Skip to content

Commit 29fe8d8

Browse files
authored
Update JenkinsFile
1 parent f38e5cb commit 29fe8d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

JenkinsFile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ pipeline {
3636
post {
3737
always {
3838
// Ensure workspace is cleaned up after the tests, even if they fail
39-
cleanWs()
39+
node {
40+
cleanWs()
41+
}
4042
}
4143
success {
4244
echo 'Tests passed successfully!'

0 commit comments

Comments
 (0)