Commit cc9582d7 authored by xujian's avatar xujian

xx

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