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