jenkins-job-builder/tests/publishers/fixtures/scoverage001.yaml
Deanna 91667b58a9 Add support for Scoverage plugin
The Jenkins Scoverage plugin allows one to publish Jenkins scoverage
results as a trend graph. It allows the following options to be configured:
   *the location where the xml report is generated
   *the name of the xml report file

Change-Id: I2529fe69f6dc26b79390f19129411554ccb650c9
2015-04-07 11:28:55 -04:00

5 lines
120 B
YAML

publishers:
- scoverage:
report-directory: target/scala-2.10/scoverage-report/
report-file: scoverage.xml