diff --git a/C-TRACK/App_Readme/ToDo.txt b/C-TRACK/App_Readme/ToDo.txt index 4648636..d3b2eb1 100644 --- a/C-TRACK/App_Readme/ToDo.txt +++ b/C-TRACK/App_Readme/ToDo.txt @@ -7,5 +7,5 @@ OK 1) ingrandire testo commessa (SOPRATUTTO) e nome: OK 2) inserire in elenco TASK: TEMPO TOTALE sommato (1 colonna) e tempo a pezzi (1 colonna) ed inoltre il tempo delle RIPARAZIONI OK 3) inserire button "pausa 0pz" ovvero imposta zero e SALVA la fase con 0 pz e tempo cumulato OK 4) certificato?!? -5) nascondere BOTTOM tab (reload) +OK 5) nascondere BOTTOM tab (reload) OK 6) Riparazioni --> fare un CALCOLO A SE (somma tempi...) --> qualificare tempo separatamente diff --git a/Jenkinsfile b/Jenkinsfile index 2f7dffa..dfe04bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=105']) { + withEnv(['NEXT_BUILD_NUMBER=106']) { // env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2018-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'C.TRACK'