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

Reply via email to