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