diff --git a/IOB-WIN/IobSiemensIngenia.cs b/IOB-WIN/IobSiemensIngenia.cs index cfcbe2c4..944dae0f 100644 --- a/IOB-WIN/IobSiemensIngenia.cs +++ b/IOB-WIN/IobSiemensIngenia.cs @@ -95,7 +95,7 @@ namespace IOB_WIN // salvo su DB Dictionary task2exe = new Dictionary(); Dictionary taskDone = new Dictionary(); - task2exe.Add("SendWatchDogMes2Plc", counterMes2Plc.ToString()); + task2exe.Add("sendWatchDogMes2Plc", counterMes2Plc.ToString()); taskDone = executeTasks(task2exe); // salvo watchdog PLC lastPLCWatchDog = adesso; diff --git a/Jenkinsfile b/Jenkinsfile index d182edb6..0df565a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=532']) { + withEnv(['NEXT_BUILD_NUMBER=533']) { // env.versionNumber = VersionNumber(versionNumberString : '2.4.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.4.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN'