Skip to content

Commit

Permalink
[Build] Clean up native build agent workspaces after build
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Sep 15, 2024
1 parent 86e04f5 commit d1356fb
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 @@ -216,6 +216,7 @@ pipeline {
dir('libs') {
stash "equinox.binaries.${PLATFORM}"
}
cleanWs() // workspace not cleaned by default
}
dir("libs/${PLATFORM}") {
unstash "equinox.binaries.${PLATFORM}"
Expand Down

0 comments on commit d1356fb

Please sign in to comment.