diff --git a/Jenkinsfile b/Jenkinsfile index b6989e8..f6a19b9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { environment { EMAIL_RECIPIENTS = 'samuele@steamware.net' enableIIS01 = 'Y' - enableIIS02 = 'N' + enableIIS02 = 'Y' } stages { stage('Checkout') { @@ -20,7 +20,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=253']) { + withEnv(['NEXT_BUILD_NUMBER=256']) { // env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.3.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'WebSCR' diff --git a/WebSCR/Properties/PublishProfiles/IIS01.pubxml b/WebSCR/Properties/PublishProfiles/IIS01.pubxml index 31ab62d..c694184 100644 --- a/WebSCR/Properties/PublishProfiles/IIS01.pubxml +++ b/WebSCR/Properties/PublishProfiles/IIS01.pubxml @@ -11,7 +11,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt True True - https://IIS02:8172/MsDeploy.axd + https://IIS01:8172/MsDeploy.axd Default Web Site/WebSCR False