I added functionality to the Jenkins git-plugin to support Gitorious 
webhooks and they've rolled it off into it's own plugin.

https://wiki.jenkins-ci.org/display/JENKINS/Gitorious+Plugin

You can add the git-plugin and gitorious-plugin to jenkins.  Create a 
webhook in Gitorious that will post to 
http://yourjenkins/gitorious/notifyCommit (or  
http://yourjenkins/jenkins/gitorious/notifyCommit<http://yourjenkins/gitorious/notifyCommit>
 in 
some cases).

The gitorious plugin will parse the payload and attempt to kick off a 
jenkins build.  

There was a post a while back about someone trying to make this work.  The 
webhook POST in Gitorious was striping off any hard coded query parameters, 
so it wouldn't work with the git-plugin out of the box. 

Hope it helps.

Scott Moyer

 

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to