diff --git a/IOB-WIN/App.config b/IOB-WIN/App.config index 729c2be0..da9d9574 100644 --- a/IOB-WIN/App.config +++ b/IOB-WIN/App.config @@ -13,7 +13,7 @@ - + diff --git a/Jenkinsfile b/Jenkinsfile index 03a03dfb..2378f267 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=356']) { + withEnv(['NEXT_BUILD_NUMBER=357']) { // env.versionNumber = VersionNumber(versionNumberString : '2.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN'