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 ?
We always face this issue.
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
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.