Commit acccdbe4 by xujian

xx

parent c4a31924
...@@ -78,25 +78,43 @@ pipeline { ...@@ -78,25 +78,43 @@ pipeline {
} }
stage('步骤二: 基础模块构建'){ stage('步骤二: 基础模块构建'){
steps {
script {
dir('BASE') {
// 执行构建命令
}
}
} }
stage('步骤三: 核心模块构建'){ stage('步骤三: 核心模块构建'){
steps {
script {
dir('BASE') {
// 执行构建命令
}
}
} }
stage('步骤四: HTJ模块构建'){ stage('步骤四: HTJ模块构建'){
steps {
script {
dir('BASE') {
// 执行构建命令
}
}
} }
stage('步骤五: Web模块构建'){ stage('步骤五: Web模块构建'){
steps {
script {
dir('BASE') {
// 执行构建命令
}
}
} }
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment