jenkins-job-builder/tests/publishers/fixtures/gatling001.xml
Will Soula 2d09702c8a Add support for Gatling plugin
This plugin integrates gatling, an open source strees tool,
with Jenkins and allows you to:
* Keep track of a Gatling simulation, providing performance trends across
builds
* Publish detailed reports for each build

Change-Id: Id58337012cd867cc019515e58c86a33d806fbd2a
2015-05-21 13:35:08 -05:00

9 lines
206 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<io.gatling.jenkins.GatlingPublisher>
<enabled>true</enabled>
</io.gatling.jenkins.GatlingPublisher>
</publishers>
</project>