This morning I sat down to try to start writing a cruise plugin that
allows you to deploy ('cap deploy' or something similar) a revision
that has built successfully by clicking a link or button on the
builds/show page.  (I.e., something that satisfies
http://jira.public.thoughtworks.org/browse/CCRB-55.)

Since I want to be able to configure the command to run in each
project's cruise_config.rb, I looked into making it a builder plugin
(even though those normally do all their work in the builder processes
rather than the web app).  I was happy to find the builder plugins are
created in the web app process, but then disappointed to find out the
project configuration isn't loaded in that process, only in the
builders.

Is there a recommended approach for this sort of thing?

Thanks.
-hume.
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to