You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,31 @@ This plugin allows you to create Allure reports as part of your Jenkins builds.
20
20
21
21
To learn more, please visit [the official documentation](https://allurereport.org/docs/integrations-jenkins/).
22
22
23
+
### Advanced Threshold Policies
24
+
25
+
Overview
26
+
- The plugin can now assess build stability using:
27
+
- Percentage-based thresholds
28
+
- Absolute failure-count thresholds
29
+
- Aggregated evaluation in matrix builds
30
+
- Optional preservation of the original Jenkins build result
31
+
32
+
This functionality is fully backward-compatible. Existing pipelines continue to operate without modification unless new parameters are explicitly provided.
0 commit comments