Tagged Questions

1
vote
3answers
560 views

CruiseControl.rb: running cruise rake task with current revision as parameter

when CruiseControl.rb wants to perform an integration test it looks for a rake task called "cruise" within the project and executes it. Is there a way to hand over the current revision number to ...