From fa034d067fba85069742f09b400e1c0d53854fc4 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 11 Jan 2019 17:41:23 +0100 Subject: [PATCH] update IOB-WIN x NON mandare pzCount su MULTI --- IOB-WIN/IobSimula.cs | 8 ++++++-- Jenkinsfile | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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'