add clean setup before building
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
defe81cef3
commit
beb82cddc4
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -10,6 +10,7 @@ pipeline {
|
|||
agent { label "snap-arm64" }
|
||||
steps {
|
||||
sh "rm *.snap || true"
|
||||
sh "snapcraft clean"
|
||||
sh "snapcraft"
|
||||
}
|
||||
post {
|
||||
|
@ -22,6 +23,7 @@ pipeline {
|
|||
agent { label "snap-amd64" }
|
||||
steps {
|
||||
sh "rm *.snap || true"
|
||||
sh "snapcraft clean"
|
||||
sh "snapcraft"
|
||||
}
|
||||
post {
|
||||
|
|
Loading…
Reference in a new issue