-
Bug
-
Resolution: Fixed
-
Critical
-
None
I am getting rate limit issues due to this. Looking into Multibranch Pipeline Events - I can see every time Jenkins gets a payload, it does a scan on all the refs instead of the one it gets in the payload i.e.
"type": "branch", "name": "name-of-branch",
The number of requests Jenkins makes to Bitbucket Server grows exponentially with a number of branches and pushes to them.
- causes
-
JENKINS-67502 cloudbees-bitbucket-branch-source latest version marks master branch as deleted
-
- Resolved
-
-
JENKINS-67538 Branches with newly pushed commits get disabled
-
- Resolved
-
- is related to
-
JENKINS-55071 Slow branch scan when using Bitbucket source
-
- Open
-
-
JENKINS-54983 Hitting Bitbucket API Rate limit quite easily
-
- Closed
-
- links to
[JENKINS-65909] Webhook does a scan for all refs instead only one from the payload
Remote Link | New: This issue links to "PR (Web Link)" [ 26905 ] |
Link | New: This issue is related to JENKINS-55071 [ JENKINS-55071 ] |
Assignee | New: Dietmar Scheidl [ scddev ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link |
New:
This issue is related to |
Link |
New:
This issue causes |
llibicpep, scddev was kind enough to provide a fix for this - can you please verify if it is looking better now?