Hello friends,
I have a plugin which was written(using SDK) for bitbucket server version 6.6.1.
Now we intend to upgrade our bitbucket server to the latest.
The compatibility check says that the state for this plugin after the server update is "Unknown", which is expected.
My query is that how to check if this app is compatible with the latest version of bitbucket server.
Is there a way to ensure that the plugin works before the upgrade?
Any help is highly appreciated.
Thanks and Regards
Aditya
Hi @avsaditya, you can use the Atlassian SDK to change the Bitbucket versions:
https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run/
atlas-run —-product bitbucket —-version 7.0.6 --DskipTests
It might be a good idea to run a "clean" command first before you change to a different major version: https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-clean/
Maciej Adamczak
Atlassian Developer
Tested it in the below two different ways:
1. Compile the sources with the latest/appropriate development SDK.
Test if it works as expected.
This might be tedious and require some fixing but is the fool proof way.
2.Download the plugin jar from the below path:
atlassian/application-data/bitbucket/shared/plugins/installed-plugins/
Request for an evaluation of the version you wish to upgrade to.
Load the jar directly and check if it works.
Easy to check but if the plugin fails for some reason, you still have to go back to step 1 and fix the errors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.