This commit is contained in:
Ovidio Mallo 2016-12-09 15:30:11 +01:00
parent 548f263522
commit 3895d02727
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
@NonCPS
def getConfig() {
println file("deployment/config.yaml").getClass()
return new Yaml().load(file("deployment/config.yaml"))
}