fix parentesi
This commit is contained in:
Vendored
+18
-18
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user