I'm using a Maven plugin (jgitflow) via Bamboo that creates a 'release' branch only if a 'release' branch doesn't already exist. After deleting the previous 'release' branch, I try to run the plugin again to create the 'release' branch but get the following error:
"Error starting release: Error starting release: a release branch [refs/remotes/origin/release/1.0.0] already exists. Finish that first!"
The 'release' branch mentioned above was deleted, but the Bamboo git cache makes Bamboo think it still exists. Is there a way to update the git cache automatically?
Hi Jonathan,
The instructions to remove the git cache can be found in Git cache removal in Bamboo. In general this requires a restart so if you were to script this you would need to restart Bamboo.
In the latest Bamboo versions (5.x) there is a user interface feature (Overview > Repository Settings) that allows you to clean the Git cache without requiring a shut down of the application.
I would definitely recommend adding a Suggestion to JAC for this feature. If you do so please add the link to the ticket here so the community can vote on it!
Cheers,
Branden
To vote for this feature: https://jira.atlassian.com/browse/BAM-15012
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jeff,
Thanks for posting a link to the Suggestion request!
Cheers,
Branden
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.