Commit 11ee399b authored by xujian's avatar xujian

xx

parent 9c864bd4
...@@ -11,7 +11,7 @@ pipeline { ...@@ -11,7 +11,7 @@ pipeline {
def yamlFile = readFile('project.yaml') def yamlFile = readFile('project.yaml')
def xxx = log.wenj(yamlFile) def xxx = log.wenj(yamlFile)
def xx = xxx.base.module def modules = xxx.base
def jsonOutput = JsonOutput.prettyPrint(JsonOutput.toJson(modules)) def jsonOutput = JsonOutput.prettyPrint(JsonOutput.toJson(modules))
echo "Modules JSON: ${jsonOutput}" echo "Modules JSON: ${jsonOutput}"
} }
......
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