Commit cc9582d7 by xujian

xx

parent 375f2c89
......@@ -7,6 +7,7 @@ pipeline {
steps {
script {
@Grab('org.yaml:snakeyaml:1.29')
import org.yaml.snakeyaml.Yaml
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