Forums

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

How to dowload the artifacts in the bamboo build server

Shaik Mynuddin
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!
February 13, 2023

Hi,

We have a requirement to download the artifacts after the build from the build server.

manual commands to download the artifacts form the bamboo server in local machine.

2 answers

0 votes
Shashank Kumar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 19, 2023

You'll need to provide credential details for user which is having access to download these artifcats, basically users which can view this artifcats on the plan

0 votes
Shashank Kumar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 12, 2023

Hello Shaik,

You can use the below 2 to download the artifcats

Manual command :

wget --quiet --auth-no-challenge --user USERNAME --password PASSWORD http://BambooURL/browse/PROJ-PLAN-BUILDNR/artifact/someartifact.tar.gz --no-check-certificate

Rest API :

curl --user username:password http://BASE_URL/browse/{PLAN-KEY}-{BUILD_NUMBER}/artifact/shared/{ARTIFACT_NAME}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events