This version fixes the error : java.lang.NoSuchMethodError: com.atlassian.bamboo.build.logger.BuildLogger.addBuildLogHeader
Support
To check known issues (or if you want to file one), view this app's issue tracker.
To learn more about the app, you should:
- Read the documentation.
This is a supported app, so you may contact the vendor (or support contact) for help:
Description
Add a deployment task to generate a release note.
In your Bamboo deployment project, add a task to automatically generate a release note file in HTML containing all the commits between the current release and the last one.
Use the variable ${bamboo.ugubi.releasenotefile}
After the task is finished, the bamboo variable ${bamboo.ugubi.releasenotefile} is automatically injected. It can then be used in next tasks. Variable's value is the full path to the HTML generated release note file.
Use the generated release note.
After generating the release note, use it!
More details
This bamboo plugin is a deployment task that can be added to all your deployment projects in Bamboo. It automatically creates an HTML file containing the list of the commit-differences between 2 releases. You can then use this generated HTML file to communicate about your release for example, or simply by adding it to a deployment artifact.
Please note that the plugin is compatible with Java starting from version 8 only (server-side). If you use Java version below 8 on your Bamboo server, the plugin will not work properly.
Version history
2.1.2Bamboo Server 7.0.1 - 7.1.32020-05-27Bugfix on deploy 2.1.0Bamboo Server 6.3.0 - 6.10.62018-02-24Task configuration issues fixed - Task configuration issues fixed
2.0.4Bamboo Server 5.7.0 - 6.2.92018-05-05User friendly message-compare 2 different branches is not supported by Atlassian User friendly message when compare 2 different branches as it is not supported by Atlassian.
2.0.3Bamboo Server 5.7.0 - 6.2.92019-10-08Parallelized deployments are now supported Parallelized deployments are now supported
2.0.2Bamboo Server 5.7.0 - 6.0.52019-10-08Remote agent issue with UPM classes dependency fixed - Remote agents have no more UPM classes dependencies
2.0.1Bamboo Server 5.7.0 - 5.15.72019-10-08"First deployment" issue fixed "First deployment" issue fixed
2.0.0Bamboo Server 5.7.0 - 5.15.72019-10-08Commercial support added Starting from this version (2.0.0), the plugin is now commercial with professional support.
If you don't want to buy it, you can continue using the last stable version (actually: 1.1.0). Free versions will always be released, but they will not be supported.