update url reboot in debug...

This commit is contained in:
Samuele E. Locatelli
2018-01-29 14:25:56 +01:00
parent 82a9ee022e
commit 32dbafe0f6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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");
}
+1 -1
View File
@@ -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");
}
Vendored
+1 -1
View File
@@ -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'