From 5e4af00a9f70632fd8349dabbf8e847f0478b8f3 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 12 Dec 2019 12:35:13 +0100 Subject: [PATCH] Update vers number --- INTERFACE/WebLCP/WUC/mod_showSvgList.ascx | 2 +- Jenkinsfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INTERFACE/WebLCP/WUC/mod_showSvgList.ascx b/INTERFACE/WebLCP/WUC/mod_showSvgList.ascx index 2a0b368..26d6c52 100644 --- a/INTERFACE/WebLCP/WUC/mod_showSvgList.ascx +++ b/INTERFACE/WebLCP/WUC/mod_showSvgList.ascx @@ -7,7 +7,7 @@

Plot page

- +
diff --git a/Jenkinsfile b/Jenkinsfile index dade8e6..8ff7387 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { agent none environment { enableIIS01 = 'Y' - enableIIS02 = 'Y' + enableIIS02 = 'N' } stages { stage('Checkout') { @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=67']) { + withEnv(['NEXT_BUILD_NUMBER=70']) { // env.versionNumber = VersionNumber(versionNumberString : '1.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'LCP'