diff --git a/IOB-WIN/IobSimula.cs b/IOB-WIN/IobSimula.cs index 81fbc6ef..30a362d0 100644 --- a/IOB-WIN/IobSimula.cs +++ b/IOB-WIN/IobSimula.cs @@ -225,8 +225,12 @@ namespace IOB_WIN { cP = 0; } - // segnalo BIT - B_input += (1 << 2); + // se NON Multi fa contapezzi... + else + { + // segnalo BIT + B_input += (1 << 2); + } // decremento duration bit2.duration--; // controllo se sia scaduta la duration... in quel caso reset... diff --git a/Jenkinsfile b/Jenkinsfile index 717fdc42..ba90faa1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=338']) { + withEnv(['NEXT_BUILD_NUMBER=339']) { // env.versionNumber = VersionNumber(versionNumberString : '2.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN'