Disabled concurrent builds in Jenkinsfile.
This commit is contained in:
parent
a19a39014d
commit
054567144b
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -1,5 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
options {
|
||||||
|
disableConcurrentBuilds()
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage("run server") {
|
stage("run server") {
|
||||||
when {
|
when {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user