Fixed `credentialsId` for the production env 10/10410/1
authorAbhijit Gadgil <gabhijit@iitbombay.org>
Mon, 20 Feb 2023 05:05:28 +0000 (10:35 +0530)
committerAbhijit Gadgil <gabhijit@iitbombay.org>
Mon, 20 Feb 2023 05:05:28 +0000 (10:35 +0530)
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 <gabhijit@iitbombay.org>
Change-Id: I46c635a07816fae592d05581904b514072083443

jenkins-config/managed-config-files/mavenSettings/ric-plt-xapp-frame-settings/serverCredentialMappings.yaml

index 06c0a9b..18bfeb9 100644 (file)
@@ -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"