Skip to content

Added JFrog Bamboo Plugin Upgrade Instructions #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,27 @@ With the Bamboo JFrog Plugin, you can easily deploy artifacts, resolve dependenc

### Installation and Configuration

1. Download the latest release of the plugin from the [Bamboo Marketplace](https://marketplace.atlassian.com/).
2. Install the plugin on your Bamboo server.
3. In the _Bamboo Administration_ section, go to _Manage Apps_ and select _JFrog Configuration_.
4. Click on _New JFrog Platform Configuration_.
5. Configure your credentials details and run a _Test Connection_, then click _Save_.
1. Download the plugin (upto version 1.0.5) from the [Bamboo Marketplace](https://marketplace.atlassian.com/).
> **Note: For the latest version 1.0.6, download source code of the plugin and build it until it is available in the Bamboo Marketplace**.
> 1. Download the source code from the [GitHub Release Page](https://github.com/jfrog/bamboo-jfrog-plugin/releases/tag/1.0.6).
> 2. From the source code root path, build the jar by running the command `mvn clean install -U -DskipTests`.
3. Install the plugin on your Bamboo server.
4. In the _Bamboo Administration_ section, go to _Manage Apps_ and select _JFrog Configuration_.
5. Click on _New JFrog Platform Configuration_.
6. Configure your credentials details and run a _Test Connection_, then click _Save_.


### Important Upgrade Instructions

#### For Bamboo 10.0.0 and Above
- **Upgrade to Version 1.0.6 or Higher**: If you are using Bamboo version **10.0.0** or later, please upgrade your JFrog Bamboo Plugin to version **1.0.6** or above.
- **Post-Upgrade Configuration**: After upgrading to version **1.0.6**, any additions or modifications to your configurations will require a **restart of Bamboo** to take effect.

**We will resolve this issue in future releases**.

#### For Bamboo 9.x.x and Below
- **Do Not Upgrade to Version 1.0.6**: If your Bamboo version is **9.x.x** or lower, please do not upgrade to version **1.0.6**, as it is not compatible with these versions.


### JFrog CLI Settings

Expand Down