This commit is contained in:
Ovidio Mallo 2016-12-09 16:44:08 +01:00
parent 0ba6a1cae2
commit c0c636f91d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
@NonCPS
def getConfig(cfg) {
return new Yaml().load(cfg)
return new Yaml().load(readFile(file: "deployment/config.yaml", encoding: "UTF-8"))
}
node() {