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 appManifest = "deployment/manifests/app.yaml"
|
||||||
|
|
||||||
def config = new Yaml().load(configFile)
|
def config = new Yaml().load(configFile)
|
||||||
|
println "teeeeeest start"
|
||||||
println config
|
println config
|
||||||
|
println "teeeeeest end"
|
||||||
|
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
git "https://github.com/omallo/ruby-ex.git"
|
git "https://github.com/omallo/ruby-ex.git"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue