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