Commit 5b5819a3 authored by xujian's avatar xujian

xx

parent bff45469
@Library('jenkins-shared-library') _
info(xxx)
pipeline {
agent any
......@@ -7,7 +9,7 @@ pipeline {
steps {
script {
def yamlFile = readFile('project.yaml')
echo "Building ${yamlFile.base} version ${yamlFile.base}"
echo "Building ${yamlFile} 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