Update Jenkinsfile

This commit is contained in:
egelhaus 2025-04-14 04:26:36 +02:00 committed by GitHub
parent 936a1fbf7e
commit 1d248bb25a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

3
Jenkinsfile vendored
View File

@ -34,9 +34,6 @@ pipeline {
}
}
post {
always {
cleanWs(cleanWhenNotBuilt: false, notFailBuild: true)
}
success {
echo 'Build completed successfully!'