Fix the build name

This commit is contained in:
Ovidio Mallo 2017-01-04 01:50:42 +01:00
parent 0715142fcd
commit 56a8cd10f1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ node() {
stage("Build") {
echo "versions: build=${buildVersion}, next-release=${releaseVersion}"
sh "sed -e 's/{{BUILD_VERSION}}/${buildVersion}/g' -i config.ru"
occd.build("rubex-dev", "frontend", config.dev.build.frontend)
occd.build("rubex-dev", "frontend-master", config.dev.build.frontend)
}
stage("Deploy to DEV") {