From 8f740f5c02036bd304af22619ad6627660132245 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 8 Jan 2021 11:11:56 +0000 Subject: [PATCH] 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 --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fe0e9dcfe..b9034f5b9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,8 +22,7 @@ pipeline{ } } stage ('Build') { - failFast true - parallel { + parallel { stage ('Worker build') { agent { node { label 'groovy' } } stages {