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') {