Commit 287a5f57 authored by xujian's avatar xujian

xx

parent 8434e33d
...@@ -11,8 +11,8 @@ pipeline { ...@@ -11,8 +11,8 @@ pipeline {
def xxx = log.wenj(yamlFile) def xxx = log.wenj(yamlFile)
def xx = xxx.base.module def xx = xxx.base.module
echo xx def jsonOutput = JsonOutput.prettyPrint(JsonOutput.toJson(modules))
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