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