Install production build toolchain in provision

This commit is contained in:
2026-05-02 22:10:01 +08:00
parent 73d5ef40ed
commit ace13c7047
5 changed files with 38 additions and 3 deletions

View File

@@ -66,6 +66,8 @@ pipeline {
}
stage('Build Components') {
// 任一构建分支失败时立即中断其他并行分支,避免失败后继续消耗构建资源。
failFast true
parallel {
stage('Web') {
steps {