And another (one!) Jenkinsfile fix

This commit is contained in:
Andreas Greiner 2021-08-07 01:31:28 +02:00
parent 9f2492a10e
commit 305248dea4

2
Jenkinsfile vendored
View File

@ -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