buh
This commit is contained in:
parent
b15e10f9d0
commit
58d092948c
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ node() {
|
||||||
def config = parseYaml(readFile("deployment/config.yaml"))
|
def config = parseYaml(readFile("deployment/config.yaml"))
|
||||||
|
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
getOcCmd()
|
ocBuild("rubex-dev", "frontend", config.dev.build.frontend)
|
||||||
ocBuild(namespace: "rubex-dev", name: "frontend", config: config.dev.build.frontend)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stage("Deploy to DEV") {
|
stage("Deploy to DEV") {
|
||||||
|
|
Loading…
Reference in a new issue