-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
Hi, So I have been using Jenkins to have CI with my projects on Bitbucket server, I have Bitbucket branch source plugin in place. Also I am using Multibranch pipeline, in which I am using Bitbucket as a branch source. I have 6 projects configured, each of them have Periodically if not otherwise run interval under Scan Multibranch Pipeline Triggers in the configuration set as 4hr. So it is expected to be updating after 4hr, but it is not. No project is on time. They are getting updated totally randomly, with no pattern at all. Now this is a something which is not expected because it is affecting the CI. Any Help is appreciated. Thanks
I've had what I imagine is the same issue for a long time. In a multibranch pipeline project, I have set "Scan Multibranch Pipeline Triggers" to "Periodically if not otherwise run" with a five minute interval. In practice, it runs maybe every 10-15 minutes. The situation does not seem to change if I set the interval to 2 minutes.
I have another project which polls Bitbucket Server using the "Bitbucket Pull Request Builder" plugin, and this scans at the set interval (4 minutes).