adam-may / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

Display user checkins #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great to see who broke the build (who checked in last), and to
be able to subscribe to all broken builds caused by my own checkins. 

Note! There might be several candidates(checkins) for a build, but who did
it last is good enough for me. 

Thomas

Original issue reported on code.google.com by t2g...@gmail.com on 18 Mar 2009 at 10:26

GoogleCodeExporter commented 9 years ago
It looks like the committer's name can be extracted from Hudson's report. I 
will try
to integrate it in the next release.

Thanks for the idea! Don't hesitate to provide suggestions.

Original comment by Alexis.S...@gmail.com on 19 Mar 2009 at 8:41

GoogleCodeExporter commented 9 years ago
I have added the commiter's name in the main window, both for the successful 
and the
failure build. I have also added the user's name in the tray alert when a build 
fails.

However, what did you mean by "to be able to subscribe to all broken builds 
caused by
my own checkins"?

Thanks,
Alexis

Original comment by Alexis.S...@gmail.com on 23 Mar 2009 at 9:01

GoogleCodeExporter commented 9 years ago
      "However, what did you mean by "to be able to subscribe to all broken builds
      caused by my own checkins"?"

Forget about it, it is not that important. But for the record, here is what I 
ment:

I wanted to dynamicly be notified about project status (per Hudson server) 
where I
had done checkins, whithout subscribing to the projects. User senarie:

1. - I add a Hudson server to my list of servers.
   - I check the "Subscribe to all projects were I have checkins" for that server.
   - I set my version control system user name "xxx" for that server.
   - I set the keep listed for N number of days.
2. Hudson Tray Tracker add projects when it detect a checkin, and remove project
after N days (whitout any new checkins).

Thomas

I realise that this might cause a lot of trafic and be 

Original comment by t2g...@gmail.com on 24 Aug 2009 at 9:43

GoogleCodeExporter commented 9 years ago
It may also be useful to integrate with the Claim plugin <http://wiki.hudson-
ci.org/display/HUDSON/Claim+plugin>.  You may be able to borrow some code from 
the 
Radiator plugin for this <http://issues.hudson-ci.org/browse/HUDSON-6507?
page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel>.

Original comment by benbra...@gmail.com on 4 Jun 2010 at 4:21