Commit 2c45728c authored by xujian's avatar xujian

xx

parent 817de5eb
......@@ -79,6 +79,9 @@ pipeline {
}
stage('步骤三: 加密并拷贝文件'){
steps {
script {
sh "echo '加密并拷贝文件'"
}
// for (module in modules){
// dir(module.dir) {
// 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