From 305248dea44ee22f08729b8f4cc2a0c47b2406f1 Mon Sep 17 00:00:00 2001 From: agreiner Date: Sat, 7 Aug 2021 01:31:28 +0200 Subject: [PATCH] And another (one!) Jenkinsfile fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c639703..63407e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { // This can be nexus3 or nexus2 NEXUS_VERSION = "nexus3" // This can be http or https - NEXUS_PROTOCOL = "http" + NEXUS_PROTOCOL = "https" // Where your Nexus is running NEXUS_URL = "nexus.greinet.com" // Repository where we will upload the artifact