Commit 7553511e authored by xujian's avatar xujian

加锁

parent 03c2047b
...@@ -41,7 +41,7 @@ pipeline { ...@@ -41,7 +41,7 @@ pipeline {
repos.add([dir: smallfile.htj.name, type: smallfile.htj.type, isUpdate: smallfile.htj.isUpdate, url: smallfile.htj.url]) repos.add([dir: smallfile.htj.name, type: smallfile.htj.type, isUpdate: smallfile.htj.isUpdate, url: smallfile.htj.url])
repos.add([dir: smallfile.web.name, type: smallfile.web.type, isUpdate: smallfile.web.isUpdate, url: smallfile.web.url]) repos.add([dir: smallfile.web.name, type: smallfile.web.type, isUpdate: smallfile.web.isUpdate, url: smallfile.web.url])
if(smallfile.base.isUpdate && smallfile.base.module) { if(smallfile.base.module) {
for (module in smallfile.base.module) { for (module in smallfile.base.module) {
modules.add([ modules.add([
dir: smallfile.base.name, dir: smallfile.base.name,
...@@ -54,7 +54,7 @@ pipeline { ...@@ -54,7 +54,7 @@ pipeline {
} }
} }
if(smallfile.core.isUpdate && smallfile.core.module) { if(smallfile.core.module) {
for (module in smallfile.core.module) { for (module in smallfile.core.module) {
modules.add([ modules.add([
dir: smallfile.core.name, dir: smallfile.core.name,
...@@ -67,7 +67,7 @@ pipeline { ...@@ -67,7 +67,7 @@ pipeline {
} }
} }
if(smallfile.htj.isUpdate && smallfile.htj.module) { if(smallfile.htj.module) {
for (module in smallfile.htj.module) { for (module in smallfile.htj.module) {
modules.add([ modules.add([
dir: smallfile.htj.name, dir: smallfile.htj.name,
......
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