Buh
This commit is contained in:
parent
0ba6a1cae2
commit
c0c636f91d
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue