You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, jenkins is not starting and shutting down in organization folder scan step. I found out that getting rate limiting error from bitbucket server because of many requests from jenkins.
How can I make sure not to scan all branches when I start the instance. I am using below config:
rnkhouse
changed the title
Jenkins is not starting in installation phase
Jenkins is not starting in installation phase - bitbucket rate limiting error
Jun 14, 2024
Description
Sometimes, jenkins is not starting and shutting down in organization folder scan step. I found out that getting rate limiting error from bitbucket server because of many requests from jenkins.
How can I make sure not to scan all branches when I start the instance. I am using below config:
Jenkins shutting down after logs like this:
2024-06-14 20:23:27.972+0000 [id=30] INFO c.c.h.p.folder.AbstractFolder#lambda$onLoad$4: Loading job bitbucket-cluster/project1 (593.3%)
These are the logs we got from bitbucket for rate limiting:
As you can see, it's hitting PRs and different branches those we don't even have in above config.
The text was updated successfully, but these errors were encountered: