Workflow Plugin -- how to display a summary page

65 views
Skip to first unread message

Rinaldo DiGiorgio

unread,
Apr 1, 2015, 7:34:49 PM4/1/15
to jenkins...@googlegroups.com
Has anyone created a summary page for the workflow plugin. Suppose you download 10+ repos and your run builds on 40+ nodes and run some tests. Can someone suggest how to collect the test results to show trends on a single page so that users can go to one page and see all the results for a job that needs to compile on n different platforms and has corresponding tests for all those platforms. One of our goals with workflow was to remove the need to have n jobs.

Rinaldo

Jesse Glick

unread,
Jun 16, 2015, 3:04:52 PM6/16/15
to jenkins...@googlegroups.com
On Wednesday, April 1, 2015 at 7:34:49 PM UTC-4, Rinaldo DiGiorgio wrote:
Can someone suggest how to collect the test results to show trends on a single page so that users can go to one page and see all the results for a job that needs to compile on n different platforms and has corresponding tests for all those platforms.

You can run JUnitResultArchiver multiple times from one build; all the results will be aggregated. What is not yet possible is to segregate the results by some criteria, such as platform.
Message has been deleted

Rinaldo DiGiorgio

unread,
Feb 17, 2016, 5:07:43 PM2/17/16
to Jenkins Users
we have been using that and it works very well. We are using some groovy code to process the test results and group them. I would like to produce some display results in groovy and put them on the build page.  I don't know how to link issues so I am not opening another issue one unless you instruct me to. 

Suppose i have all my test results and I have written some groovy code that is coming out of the internal Jenkins pipeline repo and I want to create an html version of the output using some template processor.  Is there someway to do this with jelly. I did not see an include tag.
Reply all
Reply to author
Forward
0 new messages