0

Let's say I have a pipeline A and I want to trigger a pipeline B (in another azure repo) from some parameters (eg. pipeline name and repo name).

Example:

# Pipeline A
parameters:
  - name: pipelineName
  - name: repoName

steps:
  - run ${{ parameters.pipelineName }} from ${{ parameters.repoName }}

Is it possible?

0

1 Answer 1

-1

You may use rest api with System.AccessToken to queue another build:

  1. System.AccessToken
  2. Triggering CI pipeline from CD
  3. User PowerShell to Queue a Build in Azure Devops
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.