Skip to content

Addresses regression with jenkins setup that does not use the multiproject setup

Chris Rohr requested to merge (removed):master into master

The Jenkins Gitlab Hook Plugin allows for two kinds of setups. One where a Jenkins job is created for each branch and one where all branches are built in a single Jenkins job. MR !9 (merged) added support for the multi-job setup but broke the single job setup. This request addresses #30 (closed) and fixes the regression.

Merge request reports