Use the correct tag version
This commit is contained in:
parent
26210c0d69
commit
56de4014c6
1 changed files with 3 additions and 3 deletions
|
@ -29,11 +29,11 @@ node() {
|
||||||
|
|
||||||
if (isPromoteToTest) {
|
if (isPromoteToTest) {
|
||||||
stage("Deploy to TEST") {
|
stage("Deploy to TEST") {
|
||||||
sh "git tag ${releaseVersion}"
|
sh "git tag ${tagVersion}"
|
||||||
sh "git push --tags"
|
sh "git push --tags"
|
||||||
|
|
||||||
ocutil.ocTag("rubex-dev", "frontend", "dev", releaseVersion)
|
ocutil.ocTag("rubex-dev", "frontend", "dev", tagVersion)
|
||||||
ocutil.ocTag("rubex-dev", "frontend", releaseVersion, "test")
|
ocutil.ocTag("rubex-dev", "frontend", tagVersion, "test")
|
||||||
ocutil.ocDeploy("rubex-test", "frontend", config.test.deployment.frontend)
|
ocutil.ocDeploy("rubex-test", "frontend", config.test.deployment.frontend)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue