Some renaming

This commit is contained in:
Ovidio Mallo 2017-01-04 12:45:33 +01:00
parent bb8b27f0b7
commit 92cc572189
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
node() {
stage("Deploy to PREV") {
occd.tag("rubex-dev", "frontend", "${SOURCE_IMAGE_STREAM_TAG}", "prev")
occd.tag("rubex-dev", "frontend", "b-${BRANCH}", "prev")
occd.rollout("rubex-prev", "frontend", config.prev.deployment.frontend)
}
}