diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-27 19:01:38 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-27 19:01:38 +0100 |
commit | 45e05954f9c620f3c9eee10a27df91017fa4bd24 (patch) | |
tree | db5c5ed27ba29e4ae6b9e173261abc30eaff7567 /Jenkinsfile | |
parent | 700f566000245a078147a59ada9889d598cad42c (diff) | |
download | vyos-build-45e05954f9c620f3c9eee10a27df91017fa4bd24.tar.gz vyos-build-45e05954f9c620f3c9eee10a27df91017fa4bd24.zip |
Jenkins: builds can run 150 minutes and do not fail fast
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 11eaa6f5..68f64daa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -97,8 +97,7 @@ node('Docker') { pipeline { options { disableConcurrentBuilds() - timeout(time: 120, unit: 'MINUTES') - parallelsAlwaysFailFast() + timeout(time: 150, unit: 'MINUTES') timestamps() buildDiscarder(logRotator(numToKeepStr: '20')) } |