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