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:
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.