Jenkins remove fast fail

- this saves build resources, but makes finding the actual failure rather hard (with the current blue ocean gui).
This commit is contained in:
Daniel Agar 2017-12-11 02:15:14 -05:00 committed by GitHub
parent 32cba41bed
commit 86ad2ada71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

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