https --> http...

This commit is contained in:
Samuele E. Locatelli
2019-09-06 14:22:06 +02:00
parent 441175f562
commit 3608641569
Vendored
+1 -1
View File
@@ -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}",