Skip to content

Commit 010dbc3

Browse files
authored
Update JenkinsFile
1 parent 29fe8d8 commit 010dbc3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

JenkinsFile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,4 @@ pipeline {
3232
}
3333
}
3434
}
35-
36-
post {
37-
always {
38-
// Ensure workspace is cleaned up after the tests, even if they fail
39-
node {
40-
cleanWs()
41-
}
42-
}
43-
success {
44-
echo 'Tests passed successfully!'
45-
}
46-
failure {
47-
echo 'Tests failed!'
48-
}
49-
}
5035
}

0 commit comments

Comments
 (0)