Commit 158d83ee authored by xujian's avatar xujian

xx

parent 9516a1da
......@@ -127,7 +127,7 @@ pipeline {
sh "cd ${module.path} && mvn classfinal:classFinal"
sh "cd ${module.path}/target/ && ls -la "
}
if (module.isUpdate && not module.isEncryption) {
if (module.isUpdate && !module.isEncryption) {
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