From 19df9bff78171959dc297800c0ba5a213d432cc5 Mon Sep 17 00:00:00 2001 From: udaykiran Date: Wed, 9 Aug 2023 16:26:53 +0530 Subject: [PATCH] 976 --- jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkinsfile b/jenkinsfile index 0b233bb3e..c3f289d54 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -21,8 +21,8 @@ pipeline { rtMavenDeployer ( id: "SPC_DEPLOYER", serverId: "JFROG_CLOUD", - releaseRepo: 'yadu-app-libs-release-local', - snapshotRepo: 'yadu-app-libs-snapshot-local' + releaseRepo: 'yadu-libs-release-local', + snapshotRepo: 'yadu-libs-snapshot-local' ) rtMavenRun ( tool: 'maven 3.9', // Tool name from Jenkins configuration