From daff88cfd6f6b5eb9196599317e86f89bdbd78a9 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 16 Jul 2021 15:14:25 +0200 Subject: [PATCH] Mopdifica area LAST --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 515d865..3943876 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -123,13 +123,13 @@ pipeline { nexusArtifactUploader ( artifacts: [ [ - artifactId: 'NKC', + artifactId: 'LAST', classifier: '', file: "NKC_WF\\Resources\\manifest.xml", type: 'xml' ], [ - artifactId: 'NKC', + artifactId: 'LAST', classifier: '', file: "NKC_WF\\Resources\\ChangeLog.html", type: 'html' @@ -140,7 +140,7 @@ pipeline { ,nexusVersion: 'nexus3' ,protocol: 'http' ,repository: 'SWS' - ,groupId: "NKC.${env.BRANCH_NAME}.LAST" + ,groupId: "NKC.${env.BRANCH_NAME}" ,version: "" )