jmeter-analysis-maven-plugin
jmeter-analysis-maven-plugin copied to clipboard
Automatic fail build based on threshold in Jenkins?
Hi,
I am wondering if it is possible to automatic fail a build based on predefined threshold when running Jmeter test with Jmeter mave plugin?
Some use scenario:
- HTTP response time is above an absolute threshold
- response time is above a relative threshold compared with previous build
For scenario 1), easiest way is probably to use autostop-plugin. A more complex way is to use Taurus PassFail criteria, which seems to be overkill if only need such feature.
For scenario 2), I have not found any ready solution yet. Jenkins performance plugin can generate performance trend, has anyone tried this, any feedback?