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

How to create Ant 1.9 executable on bamboo elastic agent?

Thomas Adolfsson August 27, 2013

How can we add the ANT 1.9 executable to bamboo elastic ? The current version on the image is 1.8.4 I believe but we need 1.9.1.

Does this require us to create a custom image ? Is there an upgrade to bamboo that has version 1.9.1 on the stock image?

We are using jira ondemand.

Thanks

1 answer

1 accepted

1 vote
Answer accepted
Przemek Bruski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 27, 2013

You don't need to create a custom image. Add the following snippet as your instance startup script (in your image configuration):

antVersion=1.9.1
curl --silent "http://archive.apache.org/dist/ant/binaries/apache-ant-$antVersion-bin.tar.bz2" | bzip2 -d | tar xC /opt -f -
ln -fs /opt/apache-ant-$antVersion /opt/ant-1.9
rm -rf /opt/apache-ant-*/docs

Thomas Adolfsson August 29, 2013

Thanks that worked.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events