Hi!
Is it possilble to create new working directory for each build in Bamboo ?
Now it is ${bambooHome}/xml-data/build-dir/XXX-PLAN1-JOB1/
And I would like to get smth like
${bambooHome}/xml-data/build-dir/XXX-PLAN1-JOB1/${bamboo.buildNumber}
Thanks in advance!
before source code checkout task create a script task and create a directory using ${bamboo.buildNumber}
Then add source code checkout task and give path for source checkout
for eg:
${bamboo.build.working.directory}/${bamboo.buildNumber}
I believe that to do this you would need to manage checkouts on your own using script tasks. Bamboo doesn't natively support this functionality.
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.