Git+push notification with Gitolite and Jenkins
- Previous: Historical Livejournal
- Next: How to output pretty json in puppet
Its so easy now to support jenkins+git with gitolite. No more having git polling per project and slamming the git server with ssh requests.
To install: Edit .gitolite/hooks/common/post-receive file [1]
Add:
curl -s http:///git/notifyCommit?url=/${GL_REPO}.git
For me, my git prefix is: "ssh://git@git.kodekoan.com"
Its that simple.
.gitolite/hooks/common/post-receive should be symlinked in every repo you have. I think you needed to set it up before you created a repo though) ↩︎
- Previous: Historical Livejournal
- Next: How to output pretty json in puppet