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
|
||||
def getConfig() {
|
||||
return new Yaml().load(readFile("deployment/config.yaml"))
|
||||
return new Yaml().load(streamFileFromWorkspace("deployment/config.yaml"))
|
||||
}
|
||||
|
||||
node() {
|
||||
|
|
Loading…
Reference in a new issue