views:

65

answers:

2

I am pretty new in builders and absolutely newbie in FinalBuilder. It is a great app, very intuitive, well documented with lots of features. But I can't find one thing: How can I determine who is responsible for the broken build?

+1  A: 

It depends how you define "who is responsible for the broken build" If you define it as author of the last commit then you should retrieve the information from source control system. In case of subversion you can use svn info task to get the author.

Giorgi
Uh you mean svn blame/annotate?
apphacker
Finalbuilder comes with an action 'Subversion Info': http://www.finalbuilder.com/version-control-systems.aspx You can use it to get the last author.
Giorgi