dmitryserbin / azdev-release-orchestrator

Azure DevOps extension to manage and orchestrate release pipelines
MIT License
23 stars 13 forks source link

Feature Request: Add option to skip task when no release is found #81

Open d3nz1l opened 2 years ago

d3nz1l commented 2 years ago

Would it be possible to mark the task as skipped if no release is found that matches the search criteria?

We have a micro-service architecture and not every service has a release to go all the time. So marking the task as partially complete looks like there were deployment issues when a release was never run. Marking the the task as Skipped with an appropriate message allows our release team to focus on any real failures.

dmitryserbin commented 2 years ago

It's a good idea, should be quite easy to implement. Just need to decide on parameters naming, etc.

Not sure when I will have time for that to be hones, but will do my best.