From 6c9ebfda10f8779ff3c415478ceb7db586d15967 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 21 Feb 2023 12:06:49 +0530 Subject: [PATCH] Revert "Fixed credentialsId for the production en" This reverts commit f9d3d2e39c54a84c8c6428a9cdc0de5112cfe42e. The commit just copies the settings from the sandbox env to the prod, which is incorrect. This must be reverted. Change-Id: I9edf027ac990196420b1fef0037aedace7fb8f33 Signed-off-by: Anil Belur --- .../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 18bfeb94..06c0a9b4 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: "dummy" + - credentialsId: "ric-plt-xapp-frame" serverId: "releases" - - credentialsId: "dummy" + - credentialsId: "ric-plt-xapp-frame" serverId: "staging" - - credentialsId: "dummy" + - credentialsId: "ric-plt-xapp-frame" serverId: "site" - - credentialsId: "dummy" + - credentialsId: "ric-plt-xapp-frame" serverId: "snapshots" - credentialsId: "docker" serverId: "nexus3.o-ran-sc.org:10001" - - credentialsId: "docker" + - credentialsId: "ric-plt-xapp-frame" serverId: "nexus3.o-ran-sc.org:10002" - - credentialsId: "docker" + - credentialsId: "ric-plt-xapp-frame" serverId: "nexus3.o-ran-sc.org:10003" - - credentialsId: "docker" + - credentialsId: "ric-plt-xapp-frame" serverId: "nexus3.o-ran-sc.org:10004" -- 2.16.6