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