Qarik-Group / concourse-tutorial

Learn to use https://concourse-ci.org with this linear sequence of tutorials. Learn each concept that builds on the previous concept.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release Version Tracking in Concourse

kulkaamb opened this issue · comments

In a CI/CD process multiple versions are generated and some are deployed to prod and some are not.
What's the best way to track what versions made it to Prod and how to use the info for backing out etc.

If there can be a tutorial for this, that will be helpful

In the pipeline vide, click on a resource, click on a version of that resource. You’ll see which jobs it’s went into & left and the status. Helpful?