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: "" )