How can i list subversion tags just like in Jenkins?

Ashish Manandhar August 7, 2014

How can i list subversion tags just like in Jenkins in Atlassian Bamboo? I need a list or dropdown menus when i use a variable for available tags in from svn.

1 answer

0 votes
Gretchen
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 10, 2014

If you're talking about to build from you can specify it in branches (treat the tag like a branch for the purpose of building). We build our release builds locally then in a remote bamboo the customer builds from the tag we created ensuring they get exactly what we recommended. To do this do either manually create a branch or put a regex in your automatic branch management that looks for whatever it is your tags look like. The branch build will build from the selected tag.

Ashish Manandhar August 19, 2014

Actually we build from tag manually....we have old setup from jenkins that we would like to migrate to bamboo. In jenkins while doing manual build with parameters, we can actually select the tag/tagnumber from the list of available tags under same folder ( example if https://svn.../abc/tag1; https://svn.../abc/tag2; https://svn.../abc/tag3 are the available tags then we can do parameter build with pull down select options of tag1, tag2, tag3...)Here all the tags are under same svn repo: https://svn.../abc/.This way we can manual select if i want to build tag1 or tag2 or tag3 because it show all the available tags in the folder abc. Can we replicate same behavior in bamboo ? Please help.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events