diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-14 18:25:04 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-09-14 18:25:04 +0200 |
commit | f5bfb71713802f237fa73bb163e18716c2249e56 (patch) | |
tree | 101c2012aa1a1d75f138c90400ae123059531ef1 | |
parent | 862691edf02b1da5721d88ef38167d86095c7900 (diff) | |
download | vyos-build-f5bfb71713802f237fa73bb163e18716c2249e56.tar.gz vyos-build-f5bfb71713802f237fa73bb163e18716c2249e56.zip |
Jenkins: fix rename error
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 6b1ca4ae..ee5b7528 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,7 +66,7 @@ setDescription() pipeline { options { - disableConequuleusBuilds() + disableConcurrentBuilds() timeout(time: 4, unit: 'HOURS') parallelsAlwaysFailFast() } |