Improve support for multiple builds against one repository
shackpank opened this issue · 2 comments
shackpank commented
I've recently tried to break up a build on teamcity into 2 steps communicating state back to github with this plugin. The status updates for the second build end up overwriting the ones supplied by the first one.
It looks like using a different context for each build type when updating the commit status will achieve this, and it can be done by changing this line or the code that calls it - but that's about as far as I've got.
griwes commented
There's a field called "Context" in Build Feature configuration that does this.