incubator-devlake icon indicating copy to clipboard operation
incubator-devlake copied to clipboard

[Feature][Azure DevOps Plugin] Include pipeline run names in deployment regex matching

Open juliagomezi opened this issue 3 months ago • 0 comments

Search before asking

  • [x] I had searched in the issues and found no similar feature requirement.

Use case

A DevOps team uses Azure DevOps (ADO) pipelines to deploy applications. The deployment information is only clear from the run name (e.g., "Production Deploy - v1.2.3") rather than the pipeline or job names. The team wants DevLake to accurately detect deployments by matching regex patterns against run names, not just pipeline and job names.

Description

Extend DevLake’s deployment detection logic for Azure DevOps to include run names in regex matching.

This enhancement will allow users to specify patterns that identify deployments based on the run name, improving detection accuracy when pipeline or job names are insufficient.

Related issues

No response

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

juliagomezi avatar Nov 28 '25 14:11 juliagomezi