This commit is contained in:
Ovidio Mallo 2016-12-09 15:18:30 +01:00
parent 4b48851f4f
commit 45616594be
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
return replicas ?: defaultReplicas
}
@NoCPS
@NonCPS
def getConfig(environment) {
new Yaml().load(readFile("deployment/config.yaml"))
}