From 8657bd5569681c85ddd46585d8a372abca20d806 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 24 Dec 2019 17:32:49 +0100 Subject: [PATCH] Subfolder nexus --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1390f8cc..189402a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=625']) { + withEnv(['NEXT_BUILD_NUMBER=626']) { // env.versionNumber = VersionNumber(versionNumberString : '3.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '3.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MAPO-IOB-WIN' @@ -107,7 +107,7 @@ pipeline { nexusVersion: 'nexus3', protocol: 'http', nexusUrl: 'nexus.steamware.net', - //groupId: 'IOB-MAN', + groupId: 'MAPO', version: "${env.versionNumber}", // repository: 'utility', repository: 'SWS',