Buh
This commit is contained in:
parent
e2f24a24bc
commit
290f3926d7
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 "foo::: " + new Yaml(new Constructor(Map.class)).load(readFile("deployment/config.yaml")).getClass()
|
println "foo::: " + new Yaml(new java.reflect.Constructor(java.util.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…
Add table
Reference in a new issue