Fixed Jenkinsfile

This commit is contained in:
Andreas Greiner 2021-08-07 01:28:01 +02:00
parent faa7341c53
commit 553c63b686

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
// Repository where we will upload the artifact // Repository where we will upload the artifact
NEXUS_REPOSITORY = "maven-greinet" NEXUS_REPOSITORY = "maven-greinet"
// Jenkins credential id to authenticate to Nexus OSS // Jenkins credential id to authenticate to Nexus OSS
NEXUS_CREDENTIAL_ID = " nexus_jenkins" NEXUS_CREDENTIAL_ID = "nexus_jenkins"
} }
stages { stages {
stage ('Initialize') { stage ('Initialize') {