From 1c507e2ba28ffd23e3b6ef64c26abde24fc4ae27 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Wed, 22 Jan 2025 15:04:52 -0800 Subject: [PATCH] ceph-build.yml: fix the name of the Jenkins cred (this is why it's a bad idea to switch between . and _) Signed-off-by: Dan Mick --- ceph-build/config/definitions/ceph-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 25501646..1e0a80c6 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -127,6 +127,6 @@ credential-id: shaman-api-key variable: SHAMAN_API_KEY - username-password-separated: - credential-id: quay-ceph-io-ceph-prerelease + credential-id: quay.ceph.io-ceph-prerelease username: CONTAINER_REPO_USERNAME password: CONTAINER_REPO_PASSWORD -- 2.39.5