mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Jenkins: lib: T2625: disable concurrent builds
This commit is contained in:
parent
65f32962f1
commit
49ca3d22e8
@ -61,6 +61,7 @@ def call(description=null, pkgList=null, buildCmd=null) {
|
||||
DEBIAN_ARCH = sh(returnStdout: true, script: 'dpkg --print-architecture').trim()
|
||||
}
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
skipDefaultCheckout()
|
||||
timeout(time: 60, unit: 'MINUTES')
|
||||
timestamps()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user