Caffeine packaged as a Jenkins plugin for use by other plugins.
Important information for plugin developers
This plugin currently hosts the 2.x line of Caffine. The 3.x line has some minor API breakage and to ensure that you do not fall fowl of this when the plugin is upgraded you should follow the following rules.
- Do not use any API that has been marked as
deprecated
- Avoid any API that is flagged as "incompatable" in the release notes
for some more information see this GitHub issue
Maintainer Information
This plugin does not use maven-release-plugin
but is released automatically on merging to the master
branch using JEP-229.