cruisecontrol.net - How to customize the fork process? -


i execute actions after successful fork .

(e.g. automate creation of cruisecontrol.net project).

which code should modify? should start from?

there many options implement that, according source code.

  • the first option should be: modify app_services/projects/fork_service.rb
  • another option be: implement project_service (e.g. model, worker), binded external (unexisting) api manage complexity of project creation

(more links when reputation high enough ;-))


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -