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
|
||||
b: 2
|
||||
c:
|
||||
- aaa
|
||||
- bbb
|
||||
dev:
|
||||
foo: bar
|
||||
test:
|
||||
foo2: bar2
|
||||
|
|
|
@ -29,6 +29,7 @@ node() {
|
|||
|
||||
config = parseYaml(readFile("deployment/config.yaml"))
|
||||
println config
|
||||
println config.dev
|
||||
|
||||
//sh "${ocCmd} process -f ${buildManifest} -n rubex-dev | ${ocCmd} apply -f - -n rubex-dev"
|
||||
//sh "${ocCmd} start-build frontend -w -n rubex-dev"
|
||||
|
|
Loading…
Reference in a new issue