Buh
This commit is contained in:
parent
a7c9d8f3a0
commit
3abdeb66e2
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@ node() {
|
||||||
}
|
}
|
||||||
|
|
||||||
def config = parseYaml(readFile("deployment/config.yaml"))
|
def config = parseYaml(readFile("deployment/config.yaml"))
|
||||||
println config
|
|
||||||
println config.dev
|
|
||||||
println config.test
|
|
||||||
|
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue