0
votes

I have two projects in azure, need to trigger pipeline from pipeline in the another project. I installed the extension 'triggers azure devops pipeline' from marketplace. Please help me with configuring this extension in the yaml file [Please see the screenshot of my yaml file and extension]: https://i.stack.imgur.com/RGOJ4.png

The azure devops service connection dropdown of the 'triggers azure devops pipeline' extension is not displaying any value

1
Hi @abhilash mt. Is there any update about this issue? Feel free to let me know if the answer could solve your issue. Just a remind of this.Kevin Lu-MSFT

1 Answers

0
votes

According to your screenshot , it seems that you haven't created a Azure Devops API service connection.

You could navigate to Project Settings -> Service connections and create a Azure Devops API service connection.

enter image description here

Note: the Personal Access Token needs the following rights:

1.Triggering a Release: Release – Read, write & execute – Build Read & Execute

2.Triggering a Build: Build Read & Execute

Then you could get the Azure Devops Service Connection in the target task.

Result

For more information, you could refer to the introduction of the extension.

Hope this helps.