I am trying to do checkout using bamboo checkout plugin. Modified buildWorkingDirectory variable value in bamboo-agent.cfg file to custom path. But always bamboo checkout is checking out files to "bamboo.home\xml-data\build-dir" path.
Any other settings required to achieve this?
HI @Eswaran R
As you mentioned in the description you have done the changes in bamboo-agent.cfg file, but you need to do the changes in <Bamboo-Home>/bamboo.cfg.xml.
see the attached documentation in my previous comment.
HI @Yogesh Mude,
Thanks for your prompt response. Actually we have configured the buildWorkingDirectory to custom path. Still it is checking out in default path.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Eswaran R
Welcome to the community!
Bamboo by default check out the files in xml-data located in Bamboo_Home.
If you want to change the working dir or checkout dir then you need to modify the bamboo.cfg.xml file in Bamboo_home.
Here are the documentation about this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.