diff --git a/CMS_SC/Web.config b/CMS_SC/Web.config index e1d0f71..2b54338 100644 --- a/CMS_SC/Web.config +++ b/CMS_SC/Web.config @@ -18,6 +18,11 @@ + + + + + @@ -179,7 +184,7 @@ redisSerializerType = "" [String] /> --> - + diff --git a/Jenkinsfile b/Jenkinsfile index 67d860c..d06c214 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=4257']) { + withEnv(['NEXT_BUILD_NUMBER=4259']) { // env.versionNumber = VersionNumber(versionNumberString : '3.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '3.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'CMS-SC'