Mopdifica area LAST

This commit is contained in:
Samuele Locatelli
2021-07-16 15:14:25 +02:00
parent 8a52abdeb8
commit daff88cfd6
Vendored
+3 -3
View File
@@ -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: ""
)