Commit fb69f6d9 authored by xujian's avatar xujian

xx

parent 50db1506
...@@ -121,8 +121,9 @@ pipeline { ...@@ -121,8 +121,9 @@ pipeline {
stage('步骤三: 条件筛选'){ stage('步骤三: 条件筛选'){
steps { steps {
script { script {
for (moudle in modules) { for (module in modules) {
dir(moudle.dir) { echo "xxxxxxx"
dir(module.dir) {
if(module.isUpdate && module.isEncryption){ if(module.isUpdate && 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