This commit is contained in:
Ovidio Mallo 2016-12-09 16:02:20 +01:00
parent e86f0eae13
commit 4a9933b9b3

View file

@ -13,7 +13,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
@NonCPS @NonCPS
def getConfig() { 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() { node() {