diff --git a/IOB-WIN/IobMTC.cs b/IOB-WIN/IobMTC.cs index f9be0067..f78a869e 100644 --- a/IOB-WIN/IobMTC.cs +++ b/IOB-WIN/IobMTC.cs @@ -603,21 +603,6 @@ namespace IOB_WIN { int.TryParse(currPzCount, out lastCountCNC); } -#if false - try - { - // hard coded... !!!FARE!!! rivedere megio conf - lastCountCNC = pzCounter; - // verifico quale modalità sia richiesta: STD (6711) oppure BIT (Custom, con indicazione area) - if (cIobConf.optPar.Count > 0 && getOptPar("PZCOUNT_MODE") != "") - { - } - } - catch (Exception exc) - { - lgError(exc, "Errore in contapezzi MTC"); - } -#endif } } diff --git a/Jenkinsfile b/Jenkinsfile index f55d3651..a4a97607 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=544']) { + withEnv(['NEXT_BUILD_NUMBER=545']) { // env.versionNumber = VersionNumber(versionNumberString : '2.5.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.5.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN'