From: Dan Mick Date: Wed, 22 Jan 2025 23:04:52 +0000 (-0800) Subject: ceph-build.yml: fix the name of the Jenkins cred X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2318%2Fhead;p=ceph-build.git 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 --- 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