From: Abhijit Gadgil Date: Mon, 20 Feb 2023 05:05:28 +0000 (+0530) Subject: Fixed `credentialsId` for the production env X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f9d3d2e39c54a84c8c6428a9cdc0de5112cfe42e;p=ci-management.git 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 --- 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"