Build and Release Management catalog item to trigger an Azure DevOps release or build pipeline
This extension is now unpublished from Marketplace. You can choose to uninstall it.
Trigger Azure DevOps Pipeline is an extension for triggering a Azure DevOps Build or Release Pipeline.
Depending on your choice in the task it will trigger a build or a release pipeline.
To be able to use the extension an Azure DevOps API endpoint needs to be created. The token used in the endpoint should be Personal Access Token. How you can create a personal access token can be found here:
Azure DevOps service connection: The service connection that you have configured.
Project: The project where the pipeline resides.
Pipeline type: The type of pipeline (build / release).
Release Definition: The definition to trigger.
Release description: Description for the release. Can also be empty.
Build Number: If you want to use a specific build number. It will set the build number for the primary artifact. When left empty it will take the latest build.
Build Definition: The build definition to trigger.
Branch: The name of the branch to trigger. When left empty it will use the default configured branch.