Commit 48de86ff authored by xujian's avatar xujian

xx

parent 2544f8a6
...@@ -15,9 +15,9 @@ pipeline { ...@@ -15,9 +15,9 @@ pipeline {
def yamlFile = readFile('project.yaml') def yamlFile = readFile('project.yaml')
def xxx = log.wenj(yamlFile) def xxx = log.wenj(yamlFile)
base = xxx.base base = xxx.base.module
core = xxx.core core = xxx.core.module
htj = xxx.htj htj = xxx.htj.module
web = xxx.web web = xxx.web
// 遍历 base 对象(假设 base 是一个集合) // 遍历 base 对象(假设 base 是一个集合)
if (base instanceof List) { if (base instanceof List) {
......
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