diff --git a/Jenkinsfile b/Jenkinsfile index 27f51115..36ea318f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,11 +11,11 @@ pipeline { // This can be http or https NEXUS_PROTOCOL = "http" // Where your Nexus is running - NEXUS_URL = "65.2.189.169:8081" + NEXUS_URL = "13.60.86.216:8081" // Repository where we will upload the artifact - NEXUS_REPOSITORY = "LoginWebApp" + NEXUS_REPOSITORY = "loginwebapp" // Jenkins credential id to authenticate to Nexus OSS - NEXUS_CREDENTIAL_ID = "nexusCredential" + NEXUS_CREDENTIAL_ID = "nexusCred" ARTIFACT_VERSION = "${BUILD_NUMBER}" }