Commit 817de5eb authored by xujian's avatar xujian

xx

parent 3e28e33f
...@@ -79,7 +79,7 @@ pipeline { ...@@ -79,7 +79,7 @@ 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){
...@@ -88,7 +88,7 @@ pipeline { ...@@ -88,7 +88,7 @@ pipeline {
// // } // // }
// } // }
} // }
} }
} }
} }
......
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