How to write a view to list something other than jobs?

7 views
Skip to first unread message

John Sturdy

unread,
Mar 8, 2017, 12:49:04 PM3/8/17
to Jenkins Developers
I'm trying to write a plugin to create a list view in which each row is an SCM commit (git in this case, if it makes any difference) and, apart from some commit description columns on the left, each column is a job, with the cell contents indicating how the results for that test on that commit.

I'm new to writing Jenkins plugins, and would be interested in recommendations about what approach to take for the top-level structure of this.  My thinking so far is to use the extension points TopLevelItem, to define each row, and View, in which I'd implement getItems to return the list of commits.

Any thoughts on this, either to refine my approach or to replace it?

I get the impression that once that I've got that, I'll find the decisions for the rest of it less mysterious.

I've looked for a plugin that does something like this, but can't find any --- am I missing something?

__John

Jesse Glick

unread,
Mar 8, 2017, 6:23:37 PM3/8/17
to Jenkins Dev
On Wed, Mar 8, 2017 at 12:49 PM, John Sturdy <jcg.s...@gmail.com> wrote:
> I've looked for a plugin that does something like this, but can't find any
> --- am I missing something?

Probably could be an aspect of Blue Ocean.
Reply all
Reply to author
Forward
0 new messages