epinault / cruisecontrolrb-to-slack

Allows to report to slack builds from cruisecontrol
MIT License
0 stars 2 forks source link

Don't hardcode zumobi into commit links #5

Closed knodi closed 1 year ago

knodi commented 8 years ago

See here: https://github.com/epinault/cruisecontrolrb-to-slack/blob/master/lib/cruisecontrolrb-to-slack/cruisecontrolrb.rb#L46

This tool should be able to infer git repo more accurately, perhaps by using shell commands in the work directory, or using some other approach.

epinault commented 8 years ago

Yea, I was hoping to extract that logic at some point to better detect but then we moved to Jenkins as Cruisecontrol is pretty much unmaintained last I checked https://github.com/thoughtworks/cruisecontrol.rb/issues/134