diff --git a/GMW/Web.IIS02_SP.config b/GMW/Web.IIS02_SP.config index 3aec10d6..19852bdb 100644 --- a/GMW/Web.IIS02_SP.config +++ b/GMW/Web.IIS02_SP.config @@ -23,13 +23,14 @@ - - - - + + + + + - + diff --git a/GMW/Web.IIS02_TK.config b/GMW/Web.IIS02_TK.config index d32af19b..b51e3803 100644 --- a/GMW/Web.IIS02_TK.config +++ b/GMW/Web.IIS02_TK.config @@ -23,13 +23,14 @@ - - - - + + + + + - + diff --git a/GMW/Web.config b/GMW/Web.config index 60f3773b..79700532 100644 --- a/GMW/Web.config +++ b/GMW/Web.config @@ -179,16 +179,16 @@ - - + + - - - + + + - + diff --git a/Jenkinsfile b/Jenkinsfile index 95b73da4..cffc9342 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=2637']) { + withEnv(['NEXT_BUILD_NUMBER=2638']) { // impiego numero di build del SINGOLO RAMO // env.versionNumber = VersionNumber(versionNumberString : '${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) // forzo numero di build x tutti rami uguali