Commit 375f2c89 by xujian

xx

parent 58a52ba5
@Grab('org.yaml:snakeyaml:1.29')
pipeline {
agent any
......@@ -7,6 +6,7 @@ pipeline {
stage('Build') {
steps {
script {
@Grab('org.yaml:snakeyaml:1.29')
def yaml = new Yaml()
def yamlFile = readFile('project.yaml')
def data = yaml.load(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