ci: 异步触发standalone

This commit is contained in:
CaptainB 2024-04-15 19:26:30 +08:00
parent 27016d1014
commit f2f9b0c1d3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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
}
}
}