This commit is contained in:
Ovidio Mallo 2016-12-09 15:27:28 +01:00
parent 1ce7e0cf01
commit be150b9275

View file

@ -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() {