diff --git a/Jenkinsfile b/Jenkinsfile index e46e77b..c639703 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { // This can be http or https NEXUS_PROTOCOL = "http" // Where your Nexus is running - NEXUS_URL = "https://Nexus.greinet.com" + NEXUS_URL = "nexus.greinet.com" // Repository where we will upload the artifact NEXUS_REPOSITORY = "maven-greinet" // Jenkins credential id to authenticate to Nexus OSS