Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Can I pass multi customRevision on "/queue rest api"?

Dear All

 

My Bamboo plan has more than one SVN Repository.

Is it possible to pass the customRevision value per repository to the "/queue rest api"?

 

※ "/queue rest api" specification has only one customRevision.

 

Help me..

 

Best Regards

1 answer

1 vote
Gerhard Forster
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 24, 2018

Hi, I found this Atlassian Cummunity post: [https://community.atlassian.com/t5/Bamboo-questions/Is-there-a-way-to-specify-a-revision-number-to-update-to-when-a/qaq-p/380844].

It provides this as a solution (example revision number 63781):

curl -X POST  http://{bambooBaseURL}/ajax/runParametrisedManualBuild.action?os_authType=basic&planKey=MYCHANGSETBUILD&customRevision=63781

You may give it a try. Hope it makes the trick for you!

Cheers, Gerhard

Thank you for your kind reply.

My problem is that one plan has more than one REPO and I want to pass the REVISION for each REPO through the "/ QUEUE REST API".

 

a plan - a1 repo

           - a2 repo

           - a3 repo

 

I want set a1, a2, a3 customRevision.

 

Is it possible in the way you told me?

Gerhard Forster
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 28, 2018

I don't believe it'll work like that, but just for one SVN repo.

I found another Atlassian Community post that comes up with another idea which I give more chance to work as you need it. Base is to not utilize a Bamboo "Source Checkout Task" but instead a "Script Task" to retrieve SVN sources.

From there you might do the below, 3 times, for repo a1, a2 and a3 respectively:

targetRevisionX=${bamboo.repository.revision.number}
svn co repoUrl -r $targetRevisionX

You'd need to think about thing like authentication of your repoUrl that you get automatically by use of the  "Source Checkout Task", just as a heads up.

The Community article is here: https://community.atlassian.com/t5/Bamboo-questions/Is-there-a-way-to-specify-a-revision-number-to-update-to-when-a/qaq-p/380844

Hope this helps you better!

Gerhard Forster
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 28, 2018

Sorry, same post, but further down. Too close to weekend ;-)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events