I'm new to using gitorious and wish to trigger a jenkins (also a newbie) build on push . What is the simplest example to set this up?
It can be managed:
custom-post-receive
, in the data/hooks folder of your gitorious installation on the server.Since issue 99, Jenkins will be listening for those Gitorious hooks.
The Gitorious plugin for Jenkins also manage that hook.