wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

Need to rethink error handling within the ruby tasks #14

Closed wolfeidau closed 12 years ago

wolfeidau commented 12 years ago

Currently I am using the throw arms up method of error handling, if I find something which I don't like I throw an exception.

It looks like the build context may have a better way of handling errors within a build so I need to investigate this.