Log esteso getDynData

This commit is contained in:
Samuele E. Locatelli
2019-10-30 17:25:43 +01:00
parent 11a5655e24
commit 1590a79fa2
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -918,6 +918,7 @@ namespace IOB_WIN
}
else
{
lgInfo("getDynData: step 01");
try
{
// processo x ogni valore configurato...
@@ -971,6 +972,10 @@ namespace IOB_WIN
}
}
}
else
{
lgInfo($"getDynData: {memMap.mMapRead.Count} record in mMapRead");
}
}
catch (Exception exc)
{
@@ -978,6 +983,10 @@ namespace IOB_WIN
}
}
}
else
{
lgInfo($"Non processo getDynData: enableTSVC = false");
}
lgInfo($"Esito getDynData: {outVal.Count} valori in outVal");
return outVal;
}
Vendored
+1 -1
View File
@@ -16,7 +16,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=475']) {
withEnv(['NEXT_BUILD_NUMBER=476']) {
// env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO-IOB-WIN'