Commit 2da8ecc7 authored by xujian's avatar xujian

xx

parent 0713b402
......@@ -64,6 +64,7 @@ pipeline {
script {
dir('BASE') {
// 执行构建命令
sh 'echo xxxx'
}
}
}
......@@ -74,6 +75,7 @@ pipeline {
script {
dir('BASE') {
// 执行构建命令
sh 'echo xxxx'
}
}
}
......@@ -85,6 +87,7 @@ pipeline {
script {
dir('BASE') {
// 执行构建命令
sh 'echo xxxx'
}
}
}
......@@ -96,6 +99,7 @@ pipeline {
script {
dir('BASE') {
// 执行构建命令
sh 'echo xxxx'
}
}
}
......
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