Commit 8854d3d5 by xujian

xx

parent eb1ba4ee
......@@ -36,13 +36,13 @@ pipeline {
def smallfile = log.readYaml(yamlFile)
repos.add([dir: smallfile.base.name, type: smallfile.base.type, isUpdate: smallfile.base.isUpdate, url: smallfile.base.url])
echo repos[0].name
// echo repos[0].name
repos.add([dir: smallfile.core.name, type: smallfile.core.type, isUpdate: smallfile.core.isUpdate, url: smallfile.core.url])
echo repos[1].name
// echo repos[1].name
repos.add([dir: smallfile.htj.name, type: smallfile.htj.type, isUpdate: smallfile.htj.isUpdate, url: smallfile.htj.url])
echo repos[2].name
// echo repos[2].name
repos.add([dir: smallfile.web.name, type: smallfile.web.type, isUpdate: smallfile.web.isUpdate, url: smallfile.web.url])
echo repos[3].name
// echo repos[3].name
// base = xxx.base.module
// core = xxx.core.module
// htj = xxx.htj.module
......
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