From f9d3d2e39c54a84c8c6428a9cdc0de5112cfe42e Mon Sep 17 00:00:00 2001 From: Abhijit Gadgil Date: Mon, 20 Feb 2023 10:35:28 +0530 Subject: [PATCH] Fixed `credentialsId` for the production env For the maven settings for `ric-plt-xapp-frame-rust`, the provided `credentialsId` was missing. Fixed this to use the one used by the `sandbox` environment for the docker repository. Signed-off-by: Abhijit Gadgil Change-Id: I46c635a07816fae592d05581904b514072083443 --- .../serverCredentialMappings.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jenkins-config/managed-config-files/mavenSettings/ric-plt-xapp-frame-settings/serverCredentialMappings.yaml b/jenkins-config/managed-config-files/mavenSettings/ric-plt-xapp-frame-settings/serverCredentialMappings.yaml index 06c0a9b4..18bfeb94 100644 --- a/jenkins-config/managed-config-files/mavenSettings/ric-plt-xapp-frame-settings/serverCredentialMappings.yaml +++ b/jenkins-config/managed-config-files/mavenSettings/ric-plt-xapp-frame-settings/serverCredentialMappings.yaml @@ -1,18 +1,18 @@ --- serverCredentialMappings: - - credentialsId: "ric-plt-xapp-frame" + - credentialsId: "dummy" serverId: "releases" - - credentialsId: "ric-plt-xapp-frame" + - credentialsId: "dummy" serverId: "staging" - - credentialsId: "ric-plt-xapp-frame" + - credentialsId: "dummy" serverId: "site" - - credentialsId: "ric-plt-xapp-frame" + - credentialsId: "dummy" serverId: "snapshots" - credentialsId: "docker" serverId: "nexus3.o-ran-sc.org:10001" - - credentialsId: "ric-plt-xapp-frame" + - credentialsId: "docker" serverId: "nexus3.o-ran-sc.org:10002" - - credentialsId: "ric-plt-xapp-frame" + - credentialsId: "docker" serverId: "nexus3.o-ran-sc.org:10003" - - credentialsId: "ric-plt-xapp-frame" + - credentialsId: "docker" serverId: "nexus3.o-ran-sc.org:10004" -- 2.16.6