Skip to content

Commit

Permalink
[Build] Clean native agent workspace after build
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Sep 15, 2024
1 parent 9feffb6 commit 6e1a8fa
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 6e1a8fa

Please sign in to comment.