Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you know who is fixing the build?

We are working in a CI environment, with Enterprise Cruise running our builds. Developers all have CCTray installed locally to notify us if a build breaks.

CCTray has a menu option Volunteer to fix build that you can use to let your team know that you are fixing the build. However this doesn't work in our environment (reasons: Fix build not currently supported on projects monitored via HTTP).

So the question is - does anyone have a technique that they use in their team that allows someone to indicate that they are fixing a broken build?

like image 785
Richard Ev Avatar asked Oct 05 '09 13:10

Richard Ev


1 Answers

For me, Continuous Integration is not only about tools, but also about practices. One of them is the responsibility. In others words, the one who breaks the build is also the one who will fix it!

like image 65
Romain Linsolas Avatar answered Nov 15 '22 12:11

Romain Linsolas