Buh
This commit is contained in:
parent
11f5d34b33
commit
5b93c62c8d
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ node() {
|
||||||
def appManifest = "deployment/manifests/app.yaml"
|
def appManifest = "deployment/manifests/app.yaml"
|
||||||
|
|
||||||
println "teeeeeest start"
|
println "teeeeeest start"
|
||||||
println getConfig("dev")
|
def config = getConfig("dev")
|
||||||
|
println config
|
||||||
println "teeeeeest end"
|
println "teeeeeest end"
|
||||||
|
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
|
|
Loading…
Reference in a new issue