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

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

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events