maikvandergaag / msft-extensions

Repository for extensions mainly used for Azure DevOps Extensions
https://msftplayground.com
MIT License
125 stars 80 forks source link

Trigger an automated test cases after execute release pipeline #377

Closed dadiaz18 closed 2 years ago

dadiaz18 commented 2 years ago

For which extension would you like to add a feature request? Trigger Azure DevOps Pipeline

Question I have two repositories (See the structure below)

Organization A

 Project A 
      Repo A  (Front End Repository with React)
 Project B 
      Repo B  (Automated Test Cases)

After the creation of a new release in the QA environment using release-pipeline for Project A - Repo A, I need to trigger automated test cases (Project B - Repo B), both in the same organization within Azure DevOps. Is it possible to use this extension for this purpose?

maikvandergaag commented 2 years ago

Yes that should work

dadiaz18 commented 2 years ago

Can I use this extension without having an API created?

maikvandergaag commented 2 years ago

Yes

dadiaz18 commented 2 years ago

When I try I receive these errors I can not use this extension.

to upload 2022-03-09 13_22_46-candidate-web qa - Release-187 - Pipelines

maikvandergaag commented 2 years ago

You receive this error because you are using a Linux based agent. If you use a windows one it should work

dadiaz18 commented 2 years ago

Ok, I will try it. Thanks for the quick response!