Skip to content

Commit d908f99

Browse files
committed
[Build] Clean up native build agent workspaces after build
1 parent b01c354 commit d908f99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ pipeline {
229229
dir('libs') {
230230
stash "swt.binaries.${PLATFORM}"
231231
}
232+
cleanWs() // workspace not cleaned by default
232233
}
233234
}
234235
}

0 commit comments

Comments
 (0)