Merge branch 'develop'

This commit is contained in:
Samuele E. Locatelli
2019-12-17 14:07:41 +01:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -109,6 +109,8 @@ namespace IOB_WIN
setParamPlc();
// ricarico da server i dati dei pezzi fatti...
pzCntReload(true);
// imposto pezzi CNC ai pezzi contati da server...
lastCountCNC = contapezzi;
}
/// <summary>
/// Effettua reset del contapezzi
Vendored
+1 -1
View File
@@ -16,7 +16,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=600']) {
withEnv(['NEXT_BUILD_NUMBER=601']) {
// env.versionNumber = VersionNumber(versionNumberString : '2.6.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '2.6.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO-IOB-WIN'