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: 

Jenkins Bitbucket multi branch scanning is slow

Rajkumar Selvaraj
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!
May 17, 2019

trying to scan a new branch in Jenkins multi-branch pipeline, but looks like Bitbucket API throttling is slow now?  anyone facing this issue now ?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Usha Ratnam
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!
November 11, 2019

We always face this issue.

2 votes
Khaled AbuShqear
Contributor
June 24, 2020

it's really super slow!! I couldn't find any solution

I just can't understand why it's taking too long!!!

they do the this easily by cloning the repo, list the branches, and loop on them looking for Jenkinsfile :

# clone
git clone --depth 1 my-project

# list branches
git branch -r

# loop & do ur stuff
while ...; do git show branch:Jenkinsfile; done

 

TAGS
AUG Leaders

Atlassian Community Events