Commit 3e28e33f by xujian

xx

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