Another Jenkisfile fix

This commit is contained in:
Andreas Greiner 2021-08-07 01:30:33 +02:00
parent 553c63b686
commit 9f2492a10e

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
// This can be http or https
NEXUS_PROTOCOL = "http"
// Where your Nexus is running
NEXUS_URL = "https://Nexus.greinet.com"
NEXUS_URL = "nexus.greinet.com"
// Repository where we will upload the artifact
NEXUS_REPOSITORY = "maven-greinet"
// Jenkins credential id to authenticate to Nexus OSS