Buh
This commit is contained in:
parent
10b956e5eb
commit
06bc80f90a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def getReplicasOrDefault(deploymentConfig, project, defaultReplicas) {
|
||||||
@NonCPS
|
@NonCPS
|
||||||
def getConfig() {
|
def getConfig() {
|
||||||
def yamlAsString = "{JYaml: Original Java Implementation, JvYaml: Java port of RbYaml, SnakeYAML: Java 5 / YAML 1.1, YamlBeans: To/from JavaBeans}"
|
def yamlAsString = "{JYaml: Original Java Implementation, JvYaml: Java port of RbYaml, SnakeYAML: Java 5 / YAML 1.1, YamlBeans: To/from JavaBeans}"
|
||||||
return new Yaml().load(readFile("deployment/config.yaml"))
|
return new Yaml().load(readFile(file: "deployment/config.yaml", encoding: "UTF-8"))
|
||||||
}
|
}
|
||||||
|
|
||||||
node() {
|
node() {
|
||||||
|
|
Loading…
Reference in a new issue