2d09702c8a
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
9 lines
206 B
XML
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>
|