Centralize pipeline is not triggering.

Omkar Pasalkar 91 Reputation points
2024-08-16T07:36:31.8633333+00:00

I am currently working on a Azure DevOps Pipeline involving an application divided into multiple modules, each located in a separate branch. My goal is to create a pipeline for all these modules. To achieve this, I decided to use a single azure-pipeline.yml file stored in a centralized location. I created a branch named “pipelines” and placed the azure-pipeline.yml file in this branch. I also set the trigger as follows:

trigger:
- "*"

However, when I push changes to any of the 18 branches, the pipeline does not get triggered.

Could you please advise if I missed anything?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,880 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmaranS 7,255 Reputation points Microsoft External Staff
    2024-08-16T08:02:52.5466667+00:00

    Hi Omkar Pasalkar,

    Welcome to Microsoft Q&A Platform, thanks for posting your query here. Azure DevOps related queries/issues are currently not supported on this Microsoft Q&A platform.

    I would request you to please post your queries in dedicated forums as in below links:

    https://developercommunity.visualstudio.com/spaces/21/index.html

    https://developercommunity.visualstudio.com/t/get-unique-id-from-devops-organization/756710

    https://stackoverflow.com/questions/tagged/azure-devops

    Please don't forget to upvote and Accept as answer if the reply is helpful.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.