Is there any way to configure the remote agents buildworking directory?java -Dbamboo.buildWorkingDirectory=C:\b -jar agent-installer
.jar http:
//url/ install
I've tried to modify bamboo-agent.cfg but this isn't created until first start. I must be able to do this with commandlines and then start the agent.
Any ideas?
You can create the file and then run the agent. It will fill in the missing information
So I can prepare i defult agent.cfg with like:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configuration> <buildWorkingDirectory>C:\b</buildWorkingDirectory> </configuration>
And it won't be overwritten?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.