This commit is contained in:
Ovidio Mallo 2016-12-09 16:47:14 +01:00
parent b3626ed2b3
commit 7b380d7a58
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,4 @@
a: 1 dev:
b: 2 foo: bar
c: test:
- aaa foo2: bar2
- bbb

View file

@ -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"