Bamboo SCP Task and subdirectories

Ron Stanonik January 13, 2015

We're running Bamboo 5.6.2.

Using the SCP Task

local path solr/conf/*

remote path /usr/local/solr/conf

When the local path only contains files, such as schema.xml, solr.xml, then those files are copied into the remote path.

For example

/usr/local/solr/conf/schema.xml

/usr/local/solr/conf/solr.xml

But if the local path also contains a subdirectory, such as velocity/config.xml, then then entire local path is copied to the remote path

For example

/usr/local/solr/conf/solr/conf/schema.xml

/usr/local/solr/conf/solr/conf/solr.xml

/usr/local/solr/conf/solr/conf/velocity/config.xml

Not what I expected or want.

Is there any way to not include the local path when copying to the remote path?

5 answers

0 votes
ABRAMS Connect November 25, 2015

I just moved to using command and if the copy task is to complex I write a bash script for it ;)

0 votes
aabeling August 31, 2015

I have the same problem with copying files from an artifact: https://answers.atlassian.com/questions/25137120

0 votes
Giovanni Gulino July 7, 2015

I have the same problem and I can't find any solution. How did you manage that? Thanks

0 votes
Ron Stanonik January 14, 2015

The job consists of two tasks, Source Code Checkout (git) and SCP. SCP is copying files from the Source Code Checkout task, so the files come from the build. Strictly speaking, I thought artifacts came from other stages, so maybe they aren't artifacts.

0 votes
Rodolfo January 13, 2015

Are you copying artifacts from a particular build or files that are located in a specific directory in your build server?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events