Skip to content

Commit

Permalink
WIP attempt 2
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jul 7, 2022
1 parent 191e3e8 commit ca29f6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ def genStaticStep(LinkedHashMap pkg, String arch) {
checkout scm
sh "make REF=$branch TARGETPLATFORM=${pkg.os}/${config.targetarch} static"
}
post {
always {
archiveArtifacts artifacts: 'static/build/bundles-*.tar.gz', onlyIfSuccessful: true, fingerprint: true
sh "make clean"
}
stage("upload artifacts") {
archiveArtifacts artifacts: 'static/build/bundles-*.tar.gz', onlyIfSuccessful: true, fingerprint: true
}
stage("clean") {
sh "make clean"
}
}
}
Expand Down

0 comments on commit ca29f6f

Please sign in to comment.