From 96a927835f831f0384f75d60cc817da59715bca4 Mon Sep 17 00:00:00 2001 From: Ramita Morey <113408273+Ramita12345@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:14:27 +0530 Subject: [PATCH] Update Jenkinsfile updated --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}" }