Update Jenkinsfile

This commit is contained in:
egelhaus 2025-04-09 17:32:13 +02:00 committed by GitHub
parent a12dcadbf2
commit 4c8f9cf9c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -68,11 +68,11 @@ pipeline {
}
success {
echo 'Build completed successfully!'
cleanWs(cleanWhenNotBuilt: false, notFailBuild: true)
}
failure {
echo 'Build failed!'
cleanWs(cleanWhenNotBuilt: false, notFailBuild: true)
}
}
}