From c9426d6af279a496d5898aed421760bad9d9966b Mon Sep 17 00:00:00 2001 From: Feli Tam Date: Thu, 21 Nov 2024 14:14:46 +0000 Subject: [PATCH] update curlimages/curl to avoid rate limit error (#2887) --- Jenkinsfile_CNP | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 0e35a66e46..e126ff5bc7 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -323,9 +323,9 @@ withPipeline("java", product, component) { env.CCD_IDAM_REDIRECT_URL="https://ccd-case-management-web-aat.service.core-compute-aat.internal/oauth2redirect" sh """ - docker run --rm --interactive curlimages/curl --insecure --retry 10 --retry-all-errors $CCD_DEF_URL/health - docker run --rm --interactive curlimages/curl --insecure --retry 10 --retry-all-errors $CCD_PRO_URL/health - docker run --rm --interactive curlimages/curl --insecure --retry 10 --retry-all-errors $CCD_DAT_URL/health + docker run --rm --interactive hmctspublic.azurecr.io/imported/curlimages/curl --insecure --retry 10 --retry-all-errors $CCD_DEF_URL/health + docker run --rm --interactive hmctspublic.azurecr.io/imported/curlimages/curl --insecure --retry 10 --retry-all-errors $CCD_PRO_URL/health + docker run --rm --interactive hmctspublic.azurecr.io/imported/curlimages/curl --insecure --retry 10 --retry-all-errors $CCD_DAT_URL/health """ } }