PoC to read config from file

This commit is contained in:
Ovidio Mallo 2016-12-09 14:55:27 +01:00
parent d3eda62cb6
commit 1322dce4d5

View file

@ -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"