From 783fc04be4cb8ea62a170f6c5d13f067a7501c71 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 9 Oct 2019 18:46:20 +0200 Subject: [PATCH] fix parentesi --- Jenkinsfile | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8b4f3b8..ed14458 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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',