I am trying to use the Web-Hooks with Jenkins-CI. Jenkins has a plugin to do this, see the source: https://github.com/jenkinsci/gitorious-plugin/blob/master/src/main/java/org/jenkinsci/plugins/gitorious/GitoriousStatus.java
After not being able to get this to work, I checked out the plugin source, and debugged through it. It turns out, that even though I have the git:// and http:// protocol's disabled for checking out (private repo), that the web-hook is reporting the repository url how I would see it in a web browser. In my case https://gitorious.myserver.net/project/repo Since I use the ssh url ([email protected]) for everything, I this seems to be an issue for me. Is this the desired, proper, behavior for the webhook and URL? Or should it report the push url as well? If this is how it is SUPPOSED to work, I can try to patch the jenkins plugin somehow (not sure how at this moment). If not, could the web-hook possibly return the available URL's for accessing the actual repository? -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
