From 32dbafe0f637d339d5759f6c781b2b720b4ebc7f Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 29 Jan 2018 14:25:56 +0100 Subject: [PATCH] update url reboot in debug... --- IOB-WIN/AdapterForm.cs | 2 +- IOB-WIN/MainForm.cs | 2 +- Jenkinsfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IOB-WIN/AdapterForm.cs b/IOB-WIN/AdapterForm.cs index 002d4039..3156b66a 100644 --- a/IOB-WIN/AdapterForm.cs +++ b/IOB-WIN/AdapterForm.cs @@ -210,7 +210,7 @@ namespace IOB_WIN } catch (Exception exc) { - lg.Error(string.Format("AdapterForm: EXCEPTION in fase di chaimata URL di reboot:{0}{1}", Environment.NewLine, exc)); + lg.Error(string.Format("AdapterForm: EXCEPTION in fase di chaimata URL di reboot:{0}{1}{2}", iobObj.urlReboot, Environment.NewLine, exc)); } displayTaskAndLog("Main Form OK"); } diff --git a/IOB-WIN/MainForm.cs b/IOB-WIN/MainForm.cs index 6772a755..a168a6a3 100644 --- a/IOB-WIN/MainForm.cs +++ b/IOB-WIN/MainForm.cs @@ -234,7 +234,7 @@ namespace IOB_WIN } catch (Exception exc) { - lg.Error(string.Format("MainForm myInit EXCEPTION in fase di chaimata URL di reboot:{0}{1}", Environment.NewLine, exc)); + lg.Error(string.Format("MainForm myInit EXCEPTION in fase di chaimata URL di reboot:{0}{1}{2}", urlReboot, Environment.NewLine, exc)); } displayTaskAndLog("Main Form OK"); } diff --git a/Jenkinsfile b/Jenkinsfile index 363489c0..ec3120a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=196']) { + withEnv(['NEXT_BUILD_NUMBER=197']) { // env.versionNumber = VersionNumber(versionNumberString : '1.17.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.17.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN'