Jenkinsfile parallel builds fail fast

This commit is contained in:
Daniel Agar 2017-12-10 15:14:13 -05:00
parent 7aeea62e21
commit ddc544aabe
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -207,6 +207,7 @@ pipeline {
} }
} }
builds.failFast = true
parallel builds parallel builds
} }
} }