From 03e7c272e7cf7f85a29f07fb6b898bc091d4c87e Mon Sep 17 00:00:00 2001 From: David Michelman Date: Tue, 24 Aug 2021 17:03:10 -0700 Subject: [PATCH] Updating a link in Readme.md The link to the build pipelines now goes directly to our build pipelines (instead of to all github-private pipelines) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3ceedc8e0..3cd466bb92 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ docker push /: # Azure DevOps Build Pipeline -Navigate to https://github-private.visualstudio.com/microsoft/_build?view=pipelines to see Linux and Windows Agent build pipelines. These pipelines are configured with CI triggers for ci_dev and ci_prod. +Navigate to https://github-private.visualstudio.com/microsoft/_build?definitionScope=%5CCDPX%5Cdocker-provider to see Linux and Windows Agent build pipelines. These pipelines are configured with CI triggers for ci_dev and ci_prod. Docker Images will be pushed to CDPX ACR repos and these needs to retagged and pushed to corresponding ACR or docker hub. Only onboarded Azure AD AppId has permission to pull the images from CDPx ACRs.