Commit cb269ab2 by xujian

xx

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