mre/riffraff

Make riffraff work with multibranch pipelines

开放

#14 创建于 2018年10月9日

 (0 条评论) (0 个反应) (0 位负责人)Go (11 个派生)github user discovery
enhancementgood first issuehelp wanted

仓库指标

星标
 (15 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Jenkins has support for so called multibranch pipelines. go-jenkins also supports this feature. Unfortunately I didn't get around to add that functionality to riffraff. As a result, multibranch pipelines show up with a yellow question mark when running "status", a build can't be triggered, and the logs cannot be printed.

As I use multibranch pipelines a lot at work, that would be a great feature to have.

What we need to do is use the go-jenkins features for multibranch pipelines and test it against a multibranch pipeline. I could do the testing on my side or we use any other Jenkins for it. Of course, tests are also an option.

If somebody wants to tackle this, that would be awesome. 😊

贡献者指南