jakubgarfield / Bonobo-Git-Server

Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
http://bonobogitserver.com
MIT License
1.81k stars 605 forks source link

Web Hooks and CI triggers #811

Open AhmadBehzadi opened 6 years ago

AhmadBehzadi commented 6 years ago

Hi, Is there any plan to develop CI options in future?

We use Bonobo Git Server on our development server and we are happy with it. We really need a simple trigger to run a batch file on the same server, Or call a simple URL when commit on special branch.

Any idea from community?

Thanks

PranjalGohain commented 5 years ago

I raised this few months back... tried writing git hooks.. But doesn't work.. i think the developer should have some idea.

KarlHuang0509 commented 5 years ago

I hope to achieve similar functionality. Can implement Jenkins Bonobo webhook plugin? Bonobo Git Server using the Jenkins job plugin to automatically create CI jobs.

ignacio-ambia-DSV commented 4 years ago

any updates?

amaster507 commented 2 years ago

I am interested in this too. Just spent the afternoon looking for options. I have a deployment on the same server where Bonobo is and I just need to run a git fetch and git pull and then restart a custom service, but of course the hook script does not have the access rights needed to do that.

mshdiefat commented 1 year ago

any updates!!