I tried to use post-receive hook to make a new build on Jenkins after every push to the gitolite server, BUT it doesn't work automatically after push and I need to execute post-receive file manually by terminal to run it and make a build on Jenkins.
AFAIK, all I need is to:
Modify the post-receive file on server to make what I want "make a new build in Jenkins".
Push code to the gitolite server by command "git push".
and the post-receive hook will execute automatically after push process, Am I right ?
post-receivehook as part of your question. – Mark Longair Oct 25 '11 at 12:00gitolite-adminhooks instead of the hooks in therepositoriesdirectory? – Nic Oct 25 '11 at 12:53