Update Jenkinsfile

This commit is contained in:
egelhaus 2025-04-09 17:08:17 +02:00 committed by GitHub
parent 6271e2c06d
commit 96420f4b5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -86,7 +86,6 @@ pipeline {
)
], defaultBranch: 'dev', maxCacheSize: 256000, skipRestore: true)
}
}
failure {
echo 'Build failed!'
}