Another Jenkisfile fix
This commit is contained in:
parent
553c63b686
commit
9f2492a10e
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,7 +10,7 @@ pipeline {
|
|||||||
// This can be http or https
|
// This can be http or https
|
||||||
NEXUS_PROTOCOL = "http"
|
NEXUS_PROTOCOL = "http"
|
||||||
// Where your Nexus is running
|
// Where your Nexus is running
|
||||||
NEXUS_URL = "https://Nexus.greinet.com"
|
NEXUS_URL = "nexus.greinet.com"
|
||||||
// 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
|
||||||
|
Loading…
Reference in New Issue
Block a user