Rename ocDeploy to ocRollout
This commit is contained in:
parent
e57288eebb
commit
495546894c
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ node() {
|
||||||
|
|
||||||
stage("Deploy to DEV") {
|
stage("Deploy to DEV") {
|
||||||
ocutil.ocTag("rubex-dev", "frontend", "latest", "dev")
|
ocutil.ocTag("rubex-dev", "frontend", "latest", "dev")
|
||||||
ocutil.ocDeploy("rubex-dev", "frontend", config.dev.deployment.frontend)
|
ocutil.ocRollout("rubex-dev", "frontend", config.dev.deployment.frontend)
|
||||||
}
|
}
|
||||||
|
|
||||||
def isPromoteToTest = false
|
def isPromoteToTest = false
|
||||||
|
@ -37,7 +37,7 @@ node() {
|
||||||
|
|
||||||
ocutil.ocTag("rubex-dev", "frontend", "dev", tagVersion)
|
ocutil.ocTag("rubex-dev", "frontend", "dev", tagVersion)
|
||||||
ocutil.ocTag("rubex-dev", "frontend", tagVersion, "test")
|
ocutil.ocTag("rubex-dev", "frontend", tagVersion, "test")
|
||||||
ocutil.ocDeploy("rubex-test", "frontend", config.test.deployment.frontend)
|
ocutil.ocRollout("rubex-test", "frontend", config.test.deployment.frontend)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue