This commit is contained in:
Ovidio Mallo 2016-12-09 15:10:29 +01:00
parent 1e8a9d62f8
commit df6f6f7338

View file

@ -17,11 +17,9 @@ node() {
def buildManifest = "deployment/manifests/build.yaml"
def appManifest = "deployment/manifests/app.yaml"
def config = new Yaml().load(readFile(configFile)).dev
println "teeeeeest start"
println config
println new Yaml().load(readFile(configFile)).dev
println "teeeeeest end"
config = null
stage("Build") {
git "https://github.com/omallo/ruby-ex.git"