Commit 8434e33d authored by xujian's avatar xujian

xx

parent 41ad85b6
@Library('jenkins-shared-library') _ @Library('jenkins-shared-library') _
log.info("xxx")
pipeline { pipeline {
agent any agent any
...@@ -11,7 +10,9 @@ pipeline { ...@@ -11,7 +10,9 @@ pipeline {
def yamlFile = readFile('project.yaml') def yamlFile = readFile('project.yaml')
def xxx = log.wenj(yamlFile) def xxx = log.wenj(yamlFile)
echo "Building ${xxx.version} " def xx = xxx.base.module
echo xx
} }
} }
} }
......
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