And another (one!) Jenkinsfile fix
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -8,7 +8,7 @@ pipeline {
|
|||||||
// This can be nexus3 or nexus2
|
// This can be nexus3 or nexus2
|
||||||
NEXUS_VERSION = "nexus3"
|
NEXUS_VERSION = "nexus3"
|
||||||
// This can be http or https
|
// This can be http or https
|
||||||
NEXUS_PROTOCOL = "http"
|
NEXUS_PROTOCOL = "https"
|
||||||
// Where your Nexus is running
|
// Where your Nexus is running
|
||||||
NEXUS_URL = "nexus.greinet.com"
|
NEXUS_URL = "nexus.greinet.com"
|
||||||
// Repository where we will upload the artifact
|
// Repository where we will upload the artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user