mirror of https://github.com/KLayout/klayout.git
Disable concurrent builds on Jenkins
This commit is contained in:
parent
c021d60d41
commit
b7ee5b043d
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
@Library("osconfig") _
|
||||
|
||||
properties([disableConcurrentBuilds()])
|
||||
|
||||
// from shared library
|
||||
target = osconfig()
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
@Library("osconfig") _
|
||||
|
||||
properties([disableConcurrentBuilds()])
|
||||
|
||||
node("master") {
|
||||
|
||||
stage("Checkout sources") {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
@Library("osconfig") _
|
||||
|
||||
properties([disableConcurrentBuilds()])
|
||||
|
||||
node("master") {
|
||||
|
||||
stage("Checkout sources") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue