Skip to content

Commit

Permalink
Archive windows artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Scherer <[email protected]>
  • Loading branch information
StefanScherer authored and thaJeztah committed Apr 23, 2020
1 parent c0d8336 commit e9fed89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def packageBuildSteps = [
try {
checkout scm
sh("make -f Makefile.win archive")
archiveArtifacts(artifacts: 'build/windows/containerd.zip', onlyIfSuccessful: true)
} finally {
deleteDir()
}
Expand Down

0 comments on commit e9fed89

Please sign in to comment.