Skip to content
Snippets Groups Projects
Commit ebbd46be authored by Dmitri Konstantinov's avatar Dmitri Konstantinov
Browse files

Update jenkins/Jenkinsfile-release

parent 503cb3c7
No related branches found
No related tags found
1 merge request!994Update Jenkinsfile-release throw an error and stop pipeline if there was failure at previous stage.
Pipeline #3195353 passed
......@@ -123,7 +123,7 @@ pipeline {
}
steps {
if ( currentBuild.result == 'FAILURE') {
err('build failure happened on a previous stage, baing out....')
err('build failure happened on a previous stage, bailing out....')
}
script {
lcg.createRPMS()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment