Fix log verboso x vers 301...

This commit is contained in:
Samuele E. Locatelli
2018-11-23 11:51:42 +01:00
parent 0563c15eb3
commit eca0f40e3b
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -549,7 +549,7 @@ namespace IOB_WIN
// decodifico impiegando dictionary... cercando il TIPO di memoria & co...
string bKey = "";
string bVal = "";
string bVal = "";
for (int i = 0; i < 8; i++)
{
bKey = string.Format("BIT{0}", i);
@@ -565,7 +565,10 @@ namespace IOB_WIN
try
{
currODL = utils.callUrl(urlGetCurrODL);
lgInfo(string.Format("Lettura ODL, {0} --> {1}", currIdxODL, currODL));
if (utils.CRB("verbose"))
{
lgInfo(string.Format("Lettura ODL, {0} --> {1}", currIdxODL, currODL));
}
// provo a salvare nuovo ODL
int.TryParse(currODL, out currIdxODL);
}
Vendored
+1 -1
View File
@@ -16,7 +16,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=300']) {
withEnv(['NEXT_BUILD_NUMBER=301']) {
// env.versionNumber = VersionNumber(versionNumberString : '1.18.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '1.18.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO-IOB-WIN'