function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Franck LewisFranck Lewis 

Jenkins + mrBelvedere for continuous integration

Hi, 
jason lantz (SF) proposes a free tool to do continuous integration with Jenkins that looks great.But I have issue to implement. 
I'm up to the point where webhooks are created on Git, and push notifications are sent to mrBelvedere (I see them), but no job is triggered. 
(The last trigger date under branch job trigger is empty)
Also, In mrBelvedere doc, it says git URL format must be git@github.com/user/repo, but it seems git forces a url as git://github.com/user/repo... 
I can't find anything on the net on this. 
Thanks a lot for your experience and advices here.
Please join this post if you work with those tools as well to share experience