From 8d77cce9053ee7fb4dfe9a3e0eedf7e1afff7a20 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 16 Jul 2021 11:30:09 +0200 Subject: [PATCH] ancora test deploy deveop --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1697ee3..42f9c58 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -140,18 +140,18 @@ pipeline { type: 'zip' ], [ - artifactId: 'NKC', + artifactId: 'manifest', classifier: "${env.classifier}", file: "NKC_WF\\Resources\\manifest.xml", type: 'xml' ] ], credentialsId: 'bc9d8e92-4302-3266-817f-7b58501d12d5', - groupId: 'NKC2', nexusUrl: 'nexus.steamware.net', nexusVersion: 'nexus3', protocol: 'http', repository: 'SWS', + groupId: 'NKC.2', version: "0" ) }, @@ -177,6 +177,7 @@ pipeline { nexusVersion: 'nexus3', protocol: 'http', repository: 'SWS', + groupId: 'NKC.2', version: "${env.versionNumber}" ) },