Buh
This commit is contained in:
parent
3310456586
commit
e2f24a24bc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
|
||||||
|
|
||||||
@NonCPS
|
@NonCPS
|
||||||
def getConfig() {
|
def getConfig() {
|
||||||
println new Yaml().load(readFile("deployment/config.yaml")).getClass()
|
println "foo::: " + new Yaml(new Constructor(Map.class)).load(readFile("deployment/config.yaml")).getClass()
|
||||||
return new Yaml().load(readFile("deployment/config.yaml"))
|
return new Yaml().load(readFile("deployment/config.yaml"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue