From: Anil Belur Date: Tue, 21 Feb 2023 06:36:49 +0000 (+0530) Subject: Revert "Fixed credentialsId for the production en" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=6c9ebfda10f8779ff3c415478ceb7db586d15967;p=ci-management.git 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 --- 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"