Commit 9843e4a3 authored by xujian's avatar xujian

xx

parent 0a1e451d
...@@ -10,7 +10,9 @@ pipeline { ...@@ -10,7 +10,9 @@ pipeline {
steps { steps {
script { script {
def yamlFile = readFile('project.yaml') def yamlFile = readFile('project.yaml')
echo "Building ${yamlFile} version ${yamlFile}" def xxx = log.wenj(yamlFile)
echo "Building ${xxx.base} version ${yamlFile}"
} }
} }
} }
......
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