This commit is contained in:
Ovidio Mallo 2016-12-09 15:20:36 +01:00
parent 11f5d34b33
commit 5b93c62c8d

View file

@ -22,7 +22,8 @@ node() {
def appManifest = "deployment/manifests/app.yaml"
println "teeeeeest start"
println getConfig("dev")
def config = getConfig("dev")
println config
println "teeeeeest end"
stage("Build") {