[gitorious] Gitorious Plugin for Jenkins

2012-10-16 Thread Scott Moyer
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

Re: [gitorious] Gitorious Plugin for Jenkins

2012-10-16 Thread Scott Moyer
+ '?' + URI#query. # Otherwise, the path is simply URI#path. # def request_uri r = path_query if r[0] != ?/ r = '/' + r end r end I don't have control over the server environment that we use to run Gitorious. The gitorious-plugin for Jenkins was the easiest way for me to get this working