Buh
This commit is contained in:
parent
4b48851f4f
commit
45616594be
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
|
||||||
return replicas ?: defaultReplicas
|
return replicas ?: defaultReplicas
|
||||||
}
|
}
|
||||||
|
|
||||||
@NoCPS
|
@NonCPS
|
||||||
def getConfig(environment) {
|
def getConfig(environment) {
|
||||||
new Yaml().load(readFile("deployment/config.yaml"))
|
new Yaml().load(readFile("deployment/config.yaml"))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue