This commit is contained in:
Ovidio Mallo 2016-12-15 17:59:14 +01:00
parent 06652dad5b
commit b15e10f9d0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ node() {
def config = parseYaml(readFile("deployment/config.yaml"))
stage("Build") {
parseYaml(readFile("deployment/config.yaml"))
getOcCmd()
ocBuild(namespace: "rubex-dev", name: "frontend", config: config.dev.build.frontend)
}