Commit 3e28e33f by xujian

xx

parent 88b09da7
......@@ -80,14 +80,14 @@ pipeline {
stage('步骤三: 加密并拷贝文件'){
steps {
for (module in modules){
dir(module.dir) {
sh "cd ${module.path}/target/ && ls -la "
// if (module.isEncryption){
// sh "cd ${module.path} && mvn classfinal:classFinal"
// dir(module.dir) {
// sh "cd ${module.path}/target/ && ls -la "
// }
// // if (module.isEncryption){
// // sh "cd ${module.path} && mvn classfinal:classFinal"
// // sh "cd ${module.path}/target/ && ls -la "
// // }
}
// }
}
}
}
......
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