https --> http...
This commit is contained in:
Vendored
+1
-1
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user