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.
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
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}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.