This commit is contained in:
Ovidio Mallo 2016-12-09 15:29:33 +01:00
parent 9c860281d0
commit 548f263522
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
@NonCPS
def getConfig() {
return new Yaml().load(fileLoader("deployment/config.yaml"))
return new Yaml().load(file("deployment/config.yaml"))
}
node() {