summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-09-14 18:25:04 +0200
committerChristian Poessinger <christian@poessinger.com>2019-09-14 18:25:04 +0200
commitf5bfb71713802f237fa73bb163e18716c2249e56 (patch)
tree101c2012aa1a1d75f138c90400ae123059531ef1
parent862691edf02b1da5721d88ef38167d86095c7900 (diff)
downloadvyos-build-f5bfb71713802f237fa73bb163e18716c2249e56.tar.gz
vyos-build-f5bfb71713802f237fa73bb163e18716c2249e56.zip
Jenkins: fix rename error
-rw-r--r--Jenkinsfile2
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()
}