This commit is contained in:
Ovidio Mallo 2016-12-15 18:01:04 +01:00
parent b15e10f9d0
commit 58d092948c

View file

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