From 553c63b68671ecd0201c2537edee73b11b340065 Mon Sep 17 00:00:00 2001 From: agreiner Date: Sat, 7 Aug 2021 01:28:01 +0200 Subject: [PATCH] Fixed Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0e28968..e46e77b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { // Repository where we will upload the artifact NEXUS_REPOSITORY = "maven-greinet" // Jenkins credential id to authenticate to Nexus OSS - NEXUS_CREDENTIAL_ID = " nexus_jenkins" + NEXUS_CREDENTIAL_ID = "nexus_jenkins" } stages { stage ('Initialize') {