Skip to content

Commit

Permalink
Add migration notice to README (#112)
Browse files Browse the repository at this point in the history
* Add migration notice to README

* Apply suggestions from code review

Co-authored-by: Guy Brand <[email protected]>
Signed-off-by: Iurii Ignatko <[email protected]>

---------

Signed-off-by: Iurii Ignatko <[email protected]>
Co-authored-by: Guy Brand <[email protected]>
  • Loading branch information
welandaz and guylabs authored Feb 19, 2024
1 parent 1910c26 commit 8e351a4
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@

= Develocity Bamboo plugin

== Migration Notice

As of version `1.3.0`, the plugin contains the renaming from Gradle Enterprise to Develocity. However, it was still available under the same Maven coordinates.
Version `2.0.0` updates that to `com.gradle.develocity:develocity-bamboo-plugin`. It also contains several internal changes that make it backward incompatible with `1.3.0`.

Additionally, starting from `2.0.0`, the plugin is no longer available via https://marketplace.atlassian.com/apps/1230500/develocity-plugin-for-bamboo[Atlassian Marketplace] due to
https://www.atlassian.com/migration/assess/journey-to-cloud[Atlassian's migration to the Cloud].

To upgrade from `1.3.0` to `2.0.0` follow these steps:

1. Take note of the current configuration settings, as after the upgrade, the plugin will need to be configured again.
2. Uninstall the app via the `Manage Apps` section on the Bamboo Administration page.
3. Install the new version as mentioned https://confluence.atlassian.com/bamboo/installing-a-plugin-289277265.html[here].
4. Configure the plugin again using the configuration settings from step #1.

== Overview

This plugin integrates with Develocity for Gradle and Maven builds run via Bamboo.
Expand All @@ -15,8 +30,7 @@ image::build-scan-links.png[Build Scan Links,{thumbnail}]

== Installation

The plugin is available via https://marketplace.atlassian.com/apps/1230500/develocity-plugin-for-bamboo[Atlassian Marketplace].
It is also possible to install the plugin manually as mentioned in https://confluence.atlassian.com/bamboo/installing-a-plugin-289277265.html[Uploading your own plugin] section. The released JARs can be found in the Releases.
The plugin can be manually installed as mentioned in https://confluence.atlassian.com/bamboo/installing-a-plugin-289277265.html[Uploading your own plugin] section. The released JARs can be found at https://github.com/gradle/develocity-bamboo-plugin/releases[Releases].

Once the plugin is installed, the Bamboo Administration page will have a new section available under the “Managed Apps” group named Develocity integration.

Expand Down

0 comments on commit 8e351a4

Please sign in to comment.