Buh
This commit is contained in:
parent
b3626ed2b3
commit
7b380d7a58
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
||||||
a: 1
|
dev:
|
||||||
b: 2
|
foo: bar
|
||||||
c:
|
test:
|
||||||
- aaa
|
foo2: bar2
|
||||||
- bbb
|
|
||||||
|
|
|
@ -29,6 +29,7 @@ node() {
|
||||||
|
|
||||||
config = parseYaml(readFile("deployment/config.yaml"))
|
config = parseYaml(readFile("deployment/config.yaml"))
|
||||||
println config
|
println config
|
||||||
|
println config.dev
|
||||||
|
|
||||||
//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…
Add table
Add a link
Reference in a new issue