Buh
This commit is contained in:
parent
f5ebae636f
commit
75d3f108e8
1 changed files with 6 additions and 5 deletions
|
@ -22,13 +22,14 @@ 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"
|
||||||
|
|
||||||
println "teeeeeest start"
|
|
||||||
def config = getConfig()
|
|
||||||
println config.getClass()
|
|
||||||
println "teeeeeest end"
|
|
||||||
|
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
git "https://github.com/omallo/ruby-ex.git"
|
git "https://github.com/omallo/ruby-ex.git"
|
||||||
|
|
||||||
|
println "teeeeeest start"
|
||||||
|
def config = getConfig()
|
||||||
|
println config.getClass()
|
||||||
|
println "teeeeeest end"
|
||||||
|
|
||||||
sh "${ocCmd} process -f ${buildManifest} -n rubex-dev | ${ocCmd} apply -f - -n rubex-dev"
|
sh "${ocCmd} process -f ${buildManifest} -n rubex-dev | ${ocCmd} apply -f - -n rubex-dev"
|
||||||
sh "${ocCmd} start-build frontend -w -n rubex-dev"
|
sh "${ocCmd} start-build frontend -w -n rubex-dev"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue