fix parentesi

This commit is contained in:
Samuele E. Locatelli
2019-10-09 18:46:20 +02:00
parent 82165e2f6d
commit 783fc04be4
Vendored
+18 -18
View File
@@ -93,24 +93,24 @@ pipeline {
}
}
// ora mi occupo delle operazioni di invio a NEXUS...
// script {
// if (env.BRANCH_NAME == "develop") {
// nexusArtifactUploader(
// nexusVersion: 'nexus3',
// protocol: 'http',
// nexusUrl: 'nexus.steamware.net',
// //groupId: 'SOUR',
// version: "${env.versionNumber}",
// repository: 'nuget-test',
// credentialsId: 'bc9d8e92-4302-3266-817f-7b58501d12d5',
// artifacts: [
// [artifactId: 'MConnectSDK',
// classifier: "${env.classifier}",
// file: "MConnectSDK.${env.versionNumber}.nupkg",
// type: 'nupkg']
// ]
// )
// }
script {
// if (env.BRANCH_NAME == "develop") {
// nexusArtifactUploader(
// nexusVersion: 'nexus3',
// protocol: 'http',
// nexusUrl: 'nexus.steamware.net',
// //groupId: 'SOUR',
// version: "${env.versionNumber}",
// repository: 'nuget-test',
// credentialsId: 'bc9d8e92-4302-3266-817f-7b58501d12d5',
// artifacts: [
// [artifactId: 'MConnectSDK',
// classifier: "${env.classifier}",
// file: "MConnectSDK.${env.versionNumber}.nupkg",
// type: 'nupkg']
// ]
// )
// }
// else if (env.BRANCH_NAME == "master") {
// nexusArtifactUploader(
// nexusVersion: 'nexus3',