Releases: jenkinsci/build-failure-analyzer-plugin
build-failure-analyzer-2.0.1
Analyze all project types in RunListener.onCompleted()
Due to behavior in the workflow-job plugin, the Build Failure Analyzer had to handle freestyle and
pipeline builds differently. Since the workflow-job plugin is now updated, we have gone back
to handling all builds in the same way.
📦 Dependency updates
- Workflow-job plugin dependency updated to 2.41.
- A lot of dependencies to other pipeline plugins + core Jenkins had to be updated.
Build Failure Analyzer Plugin 2.0.0
New major version
This is the first new major version of the plugin. The reason is that the graph support has been removed.
The graph support gave very little "bang for the buck" which was noticed when a big change like PR #136 was made.
A lot of work went into getting the graph support to work and even then I didn't feel comfortable releasing it.
There exists much better ways of showing statistics today in comparison to when the functionality was implemented, 2013.
🚨 Removed
- Updating dependencies to mongojack 4.0.1 and jackson2-api 2.11.0. (#136) @TWestling
This pull request removes the graph support of the plugin.
📦 Dependency updates
- Updating dependencies to mongojack 4.0.1 and jackson2-api 2.11.0. (#136) @TWestling
👻 Maintenance
Build Failure Analyzer Plugin 2.0.0-beta-1
New major version
This is the first new major version of the plugin. The reason is that the graph support has been removed.
The graph support gave very little "bang for the buck" which was noticed when a big change like PR #136 was made.
A lot of work went into getting the graph support to work and even then I didn't feel comfortable releasing it.
There exists much better ways of showing statistics today in comparison to when the functionality was implemented, 2013.
This is also the reason that this is released as a beta, to give the users of the graph support some time to adapt.
🚨 Removed
- Updating dependencies to mongojack 4.0.1 and jackson2-api 2.11.0. (#136) @TWestling
This pull request removes the graph support of the plugin.
📦 Dependency updates
- Updating dependencies to mongojack 4.0.1 and jackson2-api 2.11.0. (#136) @TWestling
👻 Maintenance
Build Failure Analyzer Plugin 1.27.0
🚀 New features and improvements
- Add Categories to Slack message improve UI and fix deprecations (#129) @chanukov
- Slack notifications for found failure causes (#87) @johan1252
🐛 Bug Fixes
- Fix large font-sizes after Jenkins Typography changes (#131) @stuartrowe
Build Failure Analyzer Plugin 1.26.0
🚀 New features and improvements
- JENKINS-45315 - TLS support - enables cloud hosted mongo (#128) @timja
📝 Documentation updates
- JENKINS-45315 - TLS support - enables cloud hosted mongo (#128) @timja
Build Failure Analyzer Plugin 1.25.1
Build Failure Analyzer Plugin 1.25.0
🚀 New features and improvements
📦 Dependency updates
👻 Maintenance
- Cleanup pom.xml (#123) @darxriggs
- Upgrade parent pom (#120) @darxriggs
Build Failure Analyzer Plugin 1.24.2
- SECURITY-1651 Protect BuildLogIndication doMatchText
Build Failure Analyzer Plugin 1.24.1
Build Failure Analyzer Plugin 1.24.0
🚀 New features and improvements
- Add a global switch to disable report when no causes identified (PR #79 resurrection) (#117) @thomasgl-orange