Update Jenkinsfile

This commit is contained in:
iancumatei67 2024-02-02 13:37:00 +02:00 committed by GitHub
parent e1e46c40c1
commit b586cc17df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
Jenkinsfile vendored
View file

@ -63,11 +63,7 @@ pipeline {
}
}
post {
always {
cleanWs() // Clean workspace after the pipeline execution
}
}
}
}
}