refresh vers

This commit is contained in:
Samuele E. Locatelli
2018-12-03 21:00:44 +01:00
parent 12ecb4f264
commit 2fab92aaba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
Vendored
+1 -1
View File
@@ -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'