Jenkins Cleanws

This commit is contained in:
Marco Santos
2024-11-15 11:17:55 +00:00
parent 022c427d15
commit 5be074c00b

1
Jenkinsfile vendored
View File

@@ -56,7 +56,6 @@ pipeline {
post { post {
always { always {
// Clean up the workspace after the build // Clean up the workspace after the build
cleanWs()
} }
} }
} }