Trigger a pipeline using another pipeline using Bash

Meetkumar Patel 1 Reputation point
2022-07-25T07:00:55.687+00:00

Is there any way we can trigger an azure pipeline using another pipeline using Bash or Shell not YAML? Pipeline specifically have to be triggered using bash/shell.

Community Center Not monitored
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Carlos Solís Salazar 18,191 Reputation points MVP Volunteer Moderator
    2022-07-25T13:38:23.057+00:00

    Hi @Meetkumar Patel

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    I understand that you want to trigger the azure pipeline via command lines.

    You can use one of the following options:

    Hope this helps,
    Carlos Solís Salazar

    ----------

    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.



  2. Meetkumar Patel 1 Reputation point
    2022-07-27T05:04:00.993+00:00

    Hello, @Carlos Solís Salazar . The method is working but not as expected. I had to trigger a pipeline after completion of a pipeline. But Due to that I had to create third pipeline. Which is not my requirement. I have to invoke second pipeline using first pipeline, after first completes and gives output.

    Is there anyway you can help?

    Thanks in advance.

    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.