update versione

This commit is contained in:
Samuele E. Locatelli
2018-03-16 18:00:22 +01:00
parent 014f8c6fde
commit 30bd2fddc1
3 changed files with 2 additions and 2 deletions
@@ -1 +1 @@
73bbb3de17cae454ab54595b2c5a3ff7389a549e
c355ee6932ff22a2f6c7d84b3449927b5b4b5506
Vendored
+1 -1
View File
@@ -14,7 +14,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=4237']) {
withEnv(['NEXT_BUILD_NUMBER=4238']) {
// env.versionNumber = VersionNumber(versionNumberString : '3.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '3.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'CMS-SC'