fix log reset pz

This commit is contained in:
Samuele E. Locatelli
2019-05-30 10:02:37 +02:00
parent 40dfdd3c4f
commit eb2ccc5d2f
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -219,11 +219,15 @@ namespace IOB_WIN
}
catch (Exception exc)
{
lgError(exc, "Errore in RESET contapezzi FANUC");
lgError(exc, "Errore in RESET contapezzi KAWASAKI");
connectionOk = false;
}
answ = true;
}
else
{
lgError("Impossibile effettuare RESET contapezzi KAWASAKI, mancanza parametro OPT:ENABLE_PZ_RESET");
}
return answ;
}
Vendored
+1 -1
View File
@@ -16,7 +16,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=427']) {
withEnv(['NEXT_BUILD_NUMBER=429']) {
// 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'