I have a requirement to get the SVN revision of the last successful build. How do I get that?
Thank you.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.