Fix parametri in prod

This commit is contained in:
Samuele E. Locatelli
2019-11-22 17:19:57 +01:00
parent fba12e052e
commit 776cfe8396
2 changed files with 1 additions and 16 deletions
-15
View File
@@ -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
}
}
Vendored
+1 -1
View File
@@ -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'