Chore: Update int/dist config with docker creds 55/104055/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 17 Jan 2023 07:03:23 +0000 (17:03 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 17 Jan 2023 07:03:23 +0000 (17:03 +1000)
The required jobs from packaging have been moved into
integration/distribution for releasing docker images.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I5f7b0afab3aa8a57a08a0fbfd3e53da38233ba20

jenkins-config/managed-config-files/mavenSettings/integration-distribution-settings/serverCredentialMappings.yaml

index 0ee1d3cf4a2e6341ea3d0b15489e4958c16743c7..75e1f741ee87a6b0eae52c1c8b892b0a048017e3 100644 (file)
@@ -8,3 +8,15 @@ serverCredentialMappings:
     credentialsId: *cred
   - serverId: "ossrh"
     credentialsId: "ossrh"
+  - serverId: "docker.io"
+    credentialsId: "odl_dockerhub_creds"
+  - serverId: "nexus3.opendaylight.org:10001"
+    credentialsId: "read-only-docker"
+  - serverId: "nexus3.opendaylight.org:10002"
+    credentialsId: &pkg-cred "packaging-docker"
+  - serverId: "nexus3.opendaylight.org:10003"
+    credentialsId: *pkg-cred
+  - serverId: "nexus3.opendaylight.org:10004"
+    credentialsId: *pkg-cred
+  - serverId: "odl-helm-testing"
+    credentialsId: "odl-helm"