Buh
This commit is contained in:
parent
8a0a3a651e
commit
c06533e147
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
|
|||
|
||||
@NonCPS
|
||||
def getConfig() {
|
||||
def ctor = new Constructor(MyMap)
|
||||
return new Yaml(ctor).load(readFile("deployment/config.yaml"))
|
||||
return new Yaml(new Constructor(HashMap)).load(readFile("deployment/config.yaml"))
|
||||
}
|
||||
|
||||
node() {
|
||||
|
|
Loading…
Reference in a new issue