The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Copying build artifacts to external location

Dev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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.

TAGS
AUG Leaders

Atlassian Community Events