Commit 0e33561d by xujian

xx

parent efe94560
......@@ -6,7 +6,6 @@ pipeline {
stage('Build') {
steps {
script {
def yaml = new Yaml()
def yamlFile = readFile('project.yaml')
def data = new groovy.yaml.YamlSlurper().parseText(yamlFile)
echo "Building ${data.base.namespace} version ${data.version}"
......
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