What is the ideal way for Bamboo to install 3rd party jars?
I can setup and install my ElasticInstance with Maven and the Jars i need; however the instance terminates every time and does just not shut down (and save my settings).
So every new build cycle my log outputs
Failure to find com.microsoft.sqlserver:sqljdbc4:jar:4.0 in https://repo.maven.apache.org/maven2.....
Can i dynamically install these jars or is there a way to keep the state of my ElasticBamboo?
Thanks,
Derek
Hi Derek,
I believe the best way to handle adding any additional data to your EC2 instance for building will be via EBS. You'll need to configure your ec2 instance to use EBS and then populate the EBS volume with your third party data. This storage volume will remain in Amazon and be available to any EC2 instances. They can pick it up, mount it, and provide access to the data stored there to Bamboo agent for use.
Thanks!
Turner
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.