From e883a4d532b520fdaea5dba0eaeb5322b2036252 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 2 Nov 2017 10:46:57 +0100 Subject: [PATCH] update webconfig principale e trasformazioni IIS02 --- GMW/Web.IIS02_SP.config | 11 ++++++----- GMW/Web.IIS02_TK.config | 11 ++++++----- GMW/Web.config | 12 ++++++------ Jenkinsfile | 2 +- 4 files changed, 19 insertions(+), 17 deletions(-) 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