ancora test deploy deveop

This commit is contained in:
Samuele Locatelli
2021-07-16 11:30:09 +02:00
parent 480571721a
commit 8d77cce905
Vendored
+3 -2
View File
@@ -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}"
)
},