Skip to content

Commit 05d1f92

Browse files
author
Zhao Xiaojie
authored
Update Jenkinsfile
1 parent 7b84974 commit 05d1f92

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
pipeline {
22
agent any
33

4+
options {
5+
disableConcurrentBuilds()
6+
}
7+
8+
49
stages{
510
stage('one'){
611
steps{

0 commit comments

Comments
 (0)