add snapcraft clean back into the build steps
All checks were successful
dreamfall/partybot/pipeline/head This commit looks good
All checks were successful
dreamfall/partybot/pipeline/head This commit looks good
This commit is contained in:
parent
d47c9daf4f
commit
43ce25a873
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,6 +16,7 @@ pipeline {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
// sh "rm *.snap || true"
|
// sh "rm *.snap || true"
|
||||||
checkout scm
|
checkout scm
|
||||||
|
sh "snapcraft clean"
|
||||||
sh "snapcraft"
|
sh "snapcraft"
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
@ -36,6 +37,7 @@ pipeline {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
// sh "rm *.snap || true"
|
// sh "rm *.snap || true"
|
||||||
checkout scm
|
checkout scm
|
||||||
|
sh "snapcraft clean"
|
||||||
sh "snapcraft"
|
sh "snapcraft"
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|
Loading…
Reference in a new issue