Skip to content

Instantly share code, notes, and snippets.

@lbt
Created June 19, 2010 16:48
Show Gist options
  • Save lbt/445049 to your computer and use it in GitHub Desktop.
Save lbt/445049 to your computer and use it in GitHub Desktop.
ci_process = Ruote.process_definition :name => 'Ci Process' do
sequence do
developer
builder
kit :command => '/img/image', :queue => 'img', :reply_queue => "ruote_workitems"
_if '${f:build_ok} == YES' do
kit :command => '/cita/test', :queue => 'cita', :reply_queue => "ruote_workitems"
end
print_results
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment