ci: 异步触发standalone
This commit is contained in:
parent
27016d1014
commit
f2f9b0c1d3
|
@ -131,7 +131,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
script {
|
||||
build job: "../metersphere-standalone/${BRANCH_NAME}", quietPeriod: 10
|
||||
build job: "../metersphere-standalone/${BRANCH_NAME}", quietPeriod: 10, wait: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue