Commit fb851fca by xujian

xx

parent c0357c5b
package src.cn.org.xujian
class Bar {}
\ No newline at end of file
package vars
//@Grab('org.yaml:snakeyaml:1.29')
import org.yaml.snakeyaml.Yaml
def readYaml(file) {
def yaml = new Yaml()
def config = yaml.load(file)
echo "xxxxx"
echo config.version
return config
}
def info(message) {
echo "INFO: ${message}"
}
def warning(message) {
echo "WARNING: ${message}"
}
\ No newline at end of file
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