You need to sign in or sign up before continuing.
Commit 133300be authored by Pavel Vainerman's avatar Pavel Vainerman

Добавил возможность задать JENKINS_PREFIX к номеру релиза

parent 0b2498f3
...@@ -75,7 +75,7 @@ elif [ -n "$JENKINS_BUILD_AUTOINCREMENT" ]; then ...@@ -75,7 +75,7 @@ elif [ -n "$JENKINS_BUILD_AUTOINCREMENT" ]; then
# Смотрим номер сборки в JENKINS # Смотрим номер сборки в JENKINS
if [ -n "$BUILD_NUMBER" ]; then if [ -n "$BUILD_NUMBER" ]; then
rel="${rel}.${BUILD_NUMBER}" rel="${rel}.${JENKINS_PREFIX}${BUILD_NUMBER}"
set_release $SPECNAME $rel set_release $SPECNAME $rel
else else
# просто увеличиваем subrelease # просто увеличиваем subrelease
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment