snippetModerate
How to store Jenkins job results and produce a summary report?
Viewed 0 times
producejenkinsstorereportsummaryhowandresultsjob
Problem
I'd like to store custom job result data into some format (e.g. in XML) that Jenkins can read and produce the summary report on the job page (ideally in the form of table).
I'd like to know how this can be achieved?
I'd like to know how this can be achieved?
Solution
Have a look at the Summary Display plugin. Some more details about it (= quote from the linked page):
... allows an easy and fully customized build report display.
Features
In general, the answer to such questions is usually found by searching the endless Jenkins plugin index.
... allows an easy and fully customized build report display.
Features
- Allow a rich summary report visible from both project and build page
- Reports must be written in an XML format according to the syntax described in section Syntax Description
- This plugin allow the parsing of several XML files
- Reports displayed are ordered according to the XML file names
- Element displayed are based on
In general, the answer to such questions is usually found by searching the endless Jenkins plugin index.
Context
StackExchange DevOps Q#25, answer score: 12
Revisions (0)
No revisions yet.