Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×i have azure devops pipeline which is used to send build status on bitbucket which is on-premises and we sync bitbucket with azure devops repo, so i am checking out two repo one is "xyz-infra" where our all infra and azure devops pipeline file is present and one checkout from "abc-int" from developer code to build from our pipeline and deploy. But when we run the pipeline, it is sending build status to our "abzc-int" repo from where we run pipeline but i want to send the build status to "abc-int" repo in bitbucket . i am using this yml for api call