Buh
This commit is contained in:
parent
1e8a9d62f8
commit
df6f6f7338
1 changed files with 1 additions and 3 deletions
|
@ -17,11 +17,9 @@ node() {
|
||||||
def buildManifest = "deployment/manifests/build.yaml"
|
def buildManifest = "deployment/manifests/build.yaml"
|
||||||
def appManifest = "deployment/manifests/app.yaml"
|
def appManifest = "deployment/manifests/app.yaml"
|
||||||
|
|
||||||
def config = new Yaml().load(readFile(configFile)).dev
|
|
||||||
println "teeeeeest start"
|
println "teeeeeest start"
|
||||||
println config
|
println new Yaml().load(readFile(configFile)).dev
|
||||||
println "teeeeeest end"
|
println "teeeeeest end"
|
||||||
config = null
|
|
||||||
|
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
git "https://github.com/omallo/ruby-ex.git"
|
git "https://github.com/omallo/ruby-ex.git"
|
||||||
|
|
Loading…
Add table
Reference in a new issue