From 9f2492a10e0de681ff5a7397c795cd6619780ae2 Mon Sep 17 00:00:00 2001 From: agreiner Date: Sat, 7 Aug 2021 01:30:33 +0200 Subject: [PATCH] Another Jenkisfile fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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