Skip to content

Commit

Permalink
fail entire build fast if one of the parallel steps fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jredbeard committed Aug 4, 2018
1 parent 7f7b3ce commit c6a0327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline {
},
"Build docker image": {
sh 'ciscripts/triggerbuild.sh'
})
}, failFast: true )
}
}
}
Expand All @@ -24,4 +24,4 @@ pipeline {
slackSend (color: '#ff0000', message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
}
}
}
}

0 comments on commit c6a0327

Please sign in to comment.