Artifact download to a directory outside the working directory

Sean Phelan October 28, 2014

I'm new to Bamboo and I need to copy artifacts to a directory outside the working directory.  This doesn't seem possible with the Artifact download task.  Correct?

If this is true, should I just add a script task after the download to move the files? I want to confirm I'm not overlooking something.

Thanks in advance

2 answers

1 accepted

1 vote
Answer accepted
Radosław Antoniuk October 29, 2014

Yeap, that's the way I do it.

The artifact downloader is treating / as the working directory. So I am just doing mv in an inline script after artifact gets downloaded. smile

1 vote
pradhyumna shrestha October 29, 2014

you can but use the relative path to the bamboo working directory for the plan in the "Destination path" 

you can print the bamboo directory path using 

if you want to use artifact download task in a remote agent : use ${bamboo.agentWorkingDirectory} to first print out the bamboo working directory for the plan using a simple bamboo task with the above variable 

echo ${bamboo.agentWorkingDirectory}

or 

check the log file to get idea on what is the working directory

Then use path to where you want to copy the artifact relative to the above value.

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events