Buh
This commit is contained in:
parent
1ce7e0cf01
commit
be150b9275
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
|
||||||
|
|
||||||
@NonCPS
|
@NonCPS
|
||||||
def getConfig() {
|
def getConfig() {
|
||||||
return new Yaml().load(readFile("deployment/config.yaml"))
|
return new Yaml().load(streamFileFromWorkspace("deployment/config.yaml"))
|
||||||
}
|
}
|
||||||
|
|
||||||
node() {
|
node() {
|
||||||
|
|
Loading…
Reference in a new issue