Update versioen x esplicitare log chaimate M2IOB

This commit is contained in:
Samuele E. Locatelli
2018-07-17 11:59:07 +02:00
parent a49381993e
commit e743cc2f24
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -443,6 +443,7 @@ namespace IOB_WIN
{
if (checkServerAlive)
{
lgInfo("chiamata URL " + urlSetM2IOB);
utils.callUrl(urlSetM2IOB);
}
}
Vendored
+1 -1
View File
@@ -14,7 +14,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=272']) {
withEnv(['NEXT_BUILD_NUMBER=273']) {
// env.versionNumber = VersionNumber(versionNumberString : '1.18.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '1.18.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO-IOB-WIN'