Altro update x FANUC
This commit is contained in:
+3
-1
@@ -954,11 +954,13 @@ namespace IOB_WIN
|
||||
if (cIobConf.optPar.Count > 0)
|
||||
{
|
||||
string newVal = "";
|
||||
#if false
|
||||
// controllo SE salvare contapezzo
|
||||
if (getOptPar("PZCOUNT_MODE") != "")
|
||||
{
|
||||
sendOptVal("PZ_COUNT", lastCountCNC);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
// controllo SE devo gestire contatore pezzi REQUESTED (lanciati)
|
||||
if (getOptPar("PZREQ_MODE") != "")
|
||||
{
|
||||
|
||||
Vendored
+1
-1
@@ -16,7 +16,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=379']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=381']) {
|
||||
// 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'
|
||||
|
||||
Reference in New Issue
Block a user