Reminder: Plot plugin must have been installed.
Asqatasun-Jenkins-plugin exposes various metrics that can be graphed.
asqatasun-mark.properties
: the score (Asqatasun Meter), percentage valueasqatasun-passed.properties
: number of Passed tests, absolute valueasqatasun-failed.properties
: number of Failed tests, absolute valueasqatasun-failedOccurences.properties
: total number of occurrences of Failed over all testsasqatasun-nmi.properties
: number of Pre-Qualified tests, absolute valueasqatasun-na.properties
: number of Not Applicable tests, absolute valueasqatasun-nt.properties
: number of Not Tested tests, absolute value
From the item page, go to Configure, Add post-build action and choose Plot build data.
Fill in the following fields:
- Plot group: give a name, let say Asqatasun
- Plot title: let say Asqatasun Meter trend
- Plot style: let choose Line. Other styles are available:
- Area
- Bar
- Bar 3D
- Line
- Line 3D
- Stacked Area
- Stacked Bar
- Stacked Bar 3D
- Waterfall
- Data series file: choose one of the Metrics available for graphs, let say
asqatasun-mark.properties
- Data series legend label: let say
Asqatasun Meter
Save, have some build done and view the graph.
To view the graphs, from the an Item page, click on the Plots links
When creating a graph, add several data series. For example, to graph the number of Passed, Failed and Failed occurrences, add three data series.
Graphs generated by Jenkins
Same Asqatasun Meter trend graph from Asqatasun interface