Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Copying build artifacts to external location

Dev July 19, 2015

Hi,

Please suggest on how can we create a task to copy build artifacts to some directory on corporate network or to Nexus. So far I have to task in a Job i.e.

  1. Source Code Checkout
  2. MSBuild

I want to copy the build output to some network location. I know I can write some script to copy it to target directory but whats the source location. Where does Bamboo copy the build output?

 

 

1 answer

3 votes
Mike Friedrich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 20, 2015

You can use the Artifact Download task and the copy it with a Script task afterwards.
Or you copy it right after your MSbuild task.

You do not need to know the source location, that folder can change anyway. Simply use relative paths:

:: assumes you created an zip artifact in prev. tasks
copy /y /z workdirsubfolder\myartifact.zip \\server\share\folder

So, either you run this right after you created the artifact or you use Artifact Download before.

Note: We have the agents running under a windows service account, that way we do not need to type passwords in the task. Instead, we give that service user write access to some network locations.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events