Commit fb69f6d9 by xujian

xx

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