×
When this option is configured, Jenkins can provide useful information about test results, such as historical test result trends, a web UI for viewing test ...
Oct 31, 2016 · In this article, I will show you how to replace the JUnit plugin with the xUnit plugin in Pipeline code to address a few common test reporting ...
Missing: history | Show results with:history
This guide provides a small selection of best practices for pipelines and points out the most common mistakes. The goal is to point pipeline authors and ...
Missing: threshold | Show results with:threshold
In agents declared at the top level of a Pipeline, an agent is allocated and then the timeout option is applied. The time to allocate the agent is not included ...
Missing: history | Show results with:history
Specify the path to the Performance report files, relative to the workspace root. Plugin will be automatically detect parser for each report file.
Missing: history | Show results with:history
The build status degrades to unstable (or failed) if branch coverage decreases by more than this delta threshold compared to the previous build.
Missing: history | Show results with:history
Mar 22, 2024 · Threshold based on the status of the upstream pipeline ( success , unstable , failure , no build , aborted ). By default, only builds with a ...
Missing: history | Show results with:history
SUCCESS: the build will rerun if the previous result was worse than SUCCESS; UNSTABLE: the build will rerun if the previous result was worse than UNSTABLE ...
Missing: history | Show results with:history
Feb 22, 2024 · Jenkins can provide useful information about test results, such as the historical test result trend, web UI for viewing test reports, tracking ...