You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I currently have a number of repositories, each with a java bamboo-spec\ build plan. These build plans use a shared set of utility classes to construct the build plan.
The problem I'm encountering, is when I need to update one of the helper classes in the utility. In order to push this change across the environment, I need to re-publish the specs in each repository.
Currently, I can do this by cloning each repository, one at a time, and then running a mvn -Ppublish-specs within the bamboo-spec directory. Right now, I have a bamboo plan that will do this (it takes the repository name as an variable -- to determine which repo to clone).
However, I'm looking for a way that this can be without having to iterate through every repository (there are a lot of them).
Is there any rest call or something else I can use to quickly automate this task?
Hi!
I hope the latest version 6.8.0 will cover your request
https://confluence.atlassian.com/bamboo/bamboo-releases-671089224.html
I mean final step :)
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.