From 3608641569eb8ff42b61c8a2ec7b8c84f14735a5 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 6 Sep 2019 14:22:06 +0200 Subject: [PATCH] https --> http... --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d8521934..f6608a1f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -250,7 +250,7 @@ def publishToDeployServer(prjPath, iisPath, packName) { if (env.BRANCH_NAME != "UnitTesting") { nexusArtifactUploader( nexusVersion: 'nexus3', - protocol: 'https', + protocol: 'http', nexusUrl: 'nexus.steamware.net', //groupId: 'SOUR', version: "${env.versionNumber}",