You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I Am running AWS Elastic Windows agents and am trying to create a base AMI with a different build working directory, but everything i do seems to just be ignored and the agent will start with the default directory. any help would be greatly appreciated.
The start up script calls,
"%JAVA_HOME%/bin/java" -Dbamboo.home=C:\build-dir -Dimagefiles.version=6.5-SNAPSHOT -jar C:\opt\bamboo-elastic-agent\bin\atlassian-bamboo-agent-elastic-installer.jar >>bamboo-elastic-agent.out 2>&1
when the agent connects the working directory is C:\Users\Bamboo\bamboo-agent-home\xml-data\build-dir
thanks
tim
I don't have any experience with Elastic agents but let me try to help.
Are you running the agent as a Windows service? In that case the java options need to be specified in the service configuration.
Or the easiest way to run an agent as windows service is by using the wrapper script (bin/wrapper.exe) and to use the conf/wrapper.conf file set the java options.
There is a command to install an agent as a windows service. See this article (last topic). This will add the java properties to the .conf file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.