Missed Team ’24? Catch up on announcements here.

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

How to download a directory with Curl in pipeline

mihai onoprienco December 11, 2019

I use

curl -O -L --user $AUTH_STRING https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/src/master/configurations/src/main/resources/Production/Config/filename

and it WORKS !

but I fail to download the directory itself with 

curl -O -L --user $AUTH_STRING https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/src/master/configurations/src/main/resources/Production/Config

 

How can I download the entire directory ? ( it contains only files if that makes a difference )

 

1 answer

1 accepted

0 votes
Answer accepted
DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 11, 2019

@mihai onoprienco  Welcome to the community!

I am afraid that you cannot download directory using 'CURL'.

But you can always create a script to download all content of directory.

Take a look at this gist - https://gist.github.com/christophermanning/1474925 (I have not validate, but code seems to accurate)

mihai onoprienco January 31, 2020

Thank you, I opted for several file downloads, since there were just a few known file names.

DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 31, 2020

@mihai onoprienco  Great it is my pleasure to help you.

If you found above answer helpful do mark it as 'Acceted Answer' so it can help others.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events