diff --git a/GMW_Term/Web.IIS02_SP.config b/GMW_Term/Web.IIS02_SP.config index 041c5bf9..06e3d80e 100644 --- a/GMW_Term/Web.IIS02_SP.config +++ b/GMW_Term/Web.IIS02_SP.config @@ -10,7 +10,6 @@ - diff --git a/Jenkinsfile b/Jenkinsfile index 81ca81f8..f2dd8b1a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=2664']) { + withEnv(['NEXT_BUILD_NUMBER=2665']) { // impiego numero di build del SINGOLO RAMO // env.versionNumber = VersionNumber(versionNumberString : '3.9.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) // forzo numero di build x tutti rami uguali