Install production build toolchain in provision
This commit is contained in:
@@ -66,6 +66,8 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Build Components') {
|
||||
// 任一构建分支失败时立即中断其他并行分支,避免失败后继续消耗构建资源。
|
||||
failFast true
|
||||
parallel {
|
||||
stage('Web') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user