mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: do not fail fast on parallel build errors
This commit is contained in:
parent
772c546380
commit
a5ee43596d
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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)')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user