fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

no pipeline multibranch support #6979

Open pjmeisch-cc opened 6 years ago

pjmeisch-cc commented 6 years ago

the documentation mentions support of the pipeline multibranch plugin for Jenkins.

But there seems to be no configuration option to activate this. No matter what branch is pushed to Gogs, Jenkins is always triggered to build the master branch.

So there either some documentation about this feature is missing, or is it not supported?

rasheedamir commented 6 years ago

@pjmeisch-cc it doesn't work with Gogs; only with GitHub

Unless someone makes a Jenkins plugin for Gogs

pjmeisch-cc commented 6 years ago

well I can manually create a multibranch job in Jenkins, then add a corresponding Webhook in Gogs and it works like a charm. So this is not a problem of the gogs - jenkins communication, but a fabric8 problem not to be able to setup such a project.

And besides, if Gogs and Jenkins could not work together this way in fabric8, why is this documentedin the official fabric8 documentation (http://fabric8.io/guide/cdelivery.html#multibranch-plugin) with gogs and jenkins being the default tools set up for fabric8?