Hello Moritz, On Fri, Apr 26, 2019 at 01:58:43 -0700, Moritz Lenz wrote: > Now I'm sure that I could cobble something together through the GoCD API, > but I wonder how other folks do this? Is there any prior art to tracking > the progress of commits links to issues/bugs/whatever through pipelines?
In a previous life(/project), we used to write such information out to Jira, as a part of the build scripts, using environment variables provided by GoCD for context. It wasn't so much about GoCD's APIs in that case, but more about Jira's. In that project, we also used to have a post commit hook which would update Jira, to show commits and not just pipeline runs. This was probably before Jira added closer integration with git directly. I don't remember whether we didn't want to add that integration or it wasn't available. Cheers, Aravind -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
