PoC to read config from file
This commit is contained in:
parent
d3eda62cb6
commit
1322dce4d5
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@ node() {
|
|||
def appManifest = "deployment/manifests/app.yaml"
|
||||
|
||||
def config = new Yaml().load(configFile)
|
||||
println "teeeeeest start"
|
||||
println config
|
||||
println "teeeeeest end"
|
||||
|
||||
stage("Build") {
|
||||
git "https://github.com/omallo/ruby-ex.git"
|
||||
|
|
Loading…
Reference in a new issue