Fix: Set correct credentials for jenkins logs 32/126332/2
authorEric Ball <eball@linuxfoundation.org>
Fri, 17 Dec 2021 17:44:07 +0000 (09:44 -0800)
committerEric Ball <eball@linuxfoundation.org>
Fri, 17 Dec 2021 17:46:49 +0000 (09:46 -0800)
Change-Id: I367687deaa32b708c6783ca8c169e48907f10628
Issue-ID: CIMAN-33
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jenkins-config/managed-config-files/mavenSettings/jenkins-log-archives-settings/serverCredentialMappings.sandbox.yaml [changed from symlink to file mode: 0644]
jenkins-config/managed-config-files/mavenSettings/jenkins-log-archives-settings/serverCredentialMappings.yaml

deleted file mode 120000 (symlink)
index 8f9205792e2aac982f5f3c194ef103a629ea9b30..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../managed-config-templates/mavenSettings-serverCredentialMappings.sandbox.yaml
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..829af2d071c1657950416e7df62c5c6717438e69
--- /dev/null
@@ -0,0 +1,4 @@
+---
+serverCredentialMappings:
+  - serverId: "logs"
+    credentialsId: "buildlogs"
index d65213e..829af2d 100644 (file)
@@ -1,18 +1,4 @@
 ---
 serverCredentialMappings:
-  - serverId: "ecomp-snapshots"
-    credentialsId: &cred "jenkins-log-archives"
-  - serverId: "ecomp-site"
-    credentialsId: *cred
-  - serverId: "ecomp-staging"
-    credentialsId: *cred
-  - serverId: "nexus3.onap.org:10001"
-    credentialsId: "read-only-docker"
-  - serverId: "nexus3.onap.org:10002"
-    credentialsId: *cred
-  - serverId: "nexus3.onap.org:10003"
-    credentialsId: *cred
-  - serverId: "nexus3.onap.org:10004"
-    credentialsId: *cred
-  - serverId: "docker.io"
-    credentialsId: "onap_dockerhub_creds"
+  - serverId: "logs"
+    credentialsId: "buildlogs"