SVN revision of last successful build in Bamboo

Bharath February 18, 2019

I have a requirement to get the SVN revision of the last successful build. How do I get that?

Thank you.

1 answer

1 accepted

0 votes
Answer accepted
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 20, 2019

Try command

curl -H "Accept:application/json" https://localhost:8085/bamboo/rest/api/latest/result/PLAN-KEY?buildstate=Successful\&max-results=1\&expand=results.result.vcsRevisions

and then check vcsRevisions node 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events