hmcts/Trigger ADO Pipeline
Triggers an Azure DevOps pipeline from a GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ado_org | Azure DevOps organisation name | no | hmcts-cpp |
| ado_project | Azure DevOps project name | no | cpp-apps |
| pipeline_id | ID of the Azure DevOps pipeline to trigger | yes | — |
| ado_pat | Azure DevOps Personal Access Token (PAT) used for authentication | yes | — |
| template_parameters | JSON string of key-value pairs to pass as template parameters to the pipeline | yes | — |
| ref_name | Git reference (branch) to use in the triggered pipeline | no | refs/heads/main |
| api_version | API version to use for Azure DevOps pipeline trigger | no | 7.0 |
| release_candidate | Indicates whether the artefact is considered a release candidate. | no | false |
Outputs
| name | description |
|---|---|
| run_id | The ID of the triggered pipeline run |