Hacker News new | ask | show | jobs
by clem 3738 days ago
Does Concourse offer any integration with defect or agile development software that allows an easy way to track which builds contain a given feature or defect fix?
2 comments

There is, predictably, an integration to Pivotal Tracker:

https://github.com/concourse/tracker-resource

I'm not aware of any others. It might not do quite what you want - it's more about pushing the progress of the CI pipeline into Tracker than about bringing information from Tracker into the CI pipeline.

However, resources are fairly easy to write:

https://concourse.ci/resources.html

So if your task tracker of choice has an API (or a command-line tool!), it should be kind of easy to build an equivalent.

You can add a custom resource type (http://concourse.ci/resource-types.html) to add these integrations.

There's a Pivotal Tracker resource that does what you describe: https://github.com/concourse/tracker-resource