Thinking more : Do you thing that it could be possible in the github plugin to do like in the git plugin and to have a unique and not protected URL to configure github hooks. Could we reuse the same one as the git plugin but with the ability to manage POST requests ?
2012/3/28 Arnaud Héritier <[email protected]> > Hi, > > I'm trying to setup git hooks to trigger jobs after a push. > Our repositories are hosted on GitHub > I found that there was 2 similar solutions : > * One with the Git plugin : > https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-Pushnotificationfromrepository > * One with the GitHub plugin : > https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin#GithubPlugin-TriggerabuildwhenachangeispushedtoGitHub > > The Git version has the advantage to have a uniq not protected URL but > works with a GET query and requires that the job configures a polling > trigger > The GitHub version has the advantage to be able to automatically > configure the hook on GitHub side but it requires to have a technical > account on jenkins side to access to protected jobs and it works with POST > (due to GitHub) > > Couldn't we try to improve our user experience by trying to merge such > solutions and to propose something more generic ? > > Any ideas ? > > -- > ----- > Arnaud Héritier > 06-89-76-64-24 > http://aheritier.net > Mail/GTalk: [email protected] > Twitter/Skype : aheritier > > -- ----- Arnaud Héritier 06-89-76-64-24 http://aheritier.net Mail/GTalk: [email protected] Twitter/Skype : aheritier
