Skip to content

Commit 1b26740

Browse files
authored
Update JenkinsFile
1 parent 725539d commit 1b26740

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

JenkinsFile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ pipeline {
3535
post {
3636
always {
3737
// Ensure workspace is cleaned up after the tests, even if they fail
38-
node {
39-
cleanWs()
40-
}
38+
cleanWs()
4139
}
4240
success {
4341
echo 'Tests passed successfully!'

0 commit comments

Comments
 (0)