Jenkinsfile: Disable fast failing

Temporarily disable fast failing to try and make progress on CI
stabilisation to allow more test coverage.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2021-01-08 11:11:56 +00:00
parent 17c9e2cd4b
commit 8f740f5c02

3
Jenkinsfile vendored
View File

@ -22,8 +22,7 @@ pipeline{
} }
} }
stage ('Build') { stage ('Build') {
failFast true parallel {
parallel {
stage ('Worker build') { stage ('Worker build') {
agent { node { label 'groovy' } } agent { node { label 'groovy' } }
stages { stages {