Fixed Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user