From a5ee43596d7d69b9b04b1ff99e135ea7e2af98ad Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 3 Apr 2021 16:22:16 +0200 Subject: Jenkins: do not fail fast on parallel build errors --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index 073f04e4..8e4df860 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,9 +53,8 @@ pipeline { options { disableConcurrentBuilds() timeout(time: 120, unit: 'MINUTES') - parallelsAlwaysFailFast() timestamps() - buildDiscarder(logRotator(numToKeepStr: '200')) + buildDiscarder(logRotator(numToKeepStr: '20')) } parameters { string(name: 'BUILD_BY', defaultValue: 'autobuild@vyos.net', description: 'Builder identifier (e.g. jrandomhacker@example.net)') -- cgit v1.2.3