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}" ) },