bitbucket-server producing error in dry-run with non-onboarded repos #21692
Replies: 7 comments
-
I've seen them too on repos, which are not onboarded (have no renovate config) |
Beta Was this translation helpful? Give feedback.
-
Further testing: it only occurs in |
Beta Was this translation helpful? Give feedback.
-
That why i'm seeing it very rarely, as most of our repo's are not onboarded a very short time and dry-run mode is used for renovate self updating. |
Beta Was this translation helpful? Give feedback.
-
Yeah. So it's probably not high priority. I don't observe the issue in v21.33.15, but I do in v22.0.7. |
Beta Was this translation helpful? Give feedback.
-
I think it's due to big internal changes. We are splitting git realeted code from platform code, so it looks like a small regression. A workaround is to simply onboard the repo, you can disable renovate if the repo should be ignored, or you can use the auto discover filter to ignore. |
Beta Was this translation helpful? Give feedback.
-
Yup, no worries 👍 Feel free to close this issue if from your perspective it is not worth worrying about. I'm not concerned anymore. My use-case is that I want to dry-run our entire bitbucket-server, to gather metrics on Renovate's uptake. I end up parsing the logs for strings such as
It'd be cool if there were a special |
Beta Was this translation helpful? Give feedback.
-
Please don't close the issues. Its a very annoying bug. |
Beta Was this translation helpful? Give feedback.
-
What Renovate type, platform and version are you using?
Self-hosted Renovate, using the
22.25.6-slim
image, scanning bitbucket-server.Describe the bug
Throwing an error when a repo is not onboarded, and does not have an onboarding branch
Relevant debug logs
To Reproduce
Sorry, our bitbucket-server instance is "behind the firewall".
Additional context
Seems to be related to the recent changes to error handling in the bitbucket-server module maybe?
We were experiencing a similar looking issue on empty repositories in v22.23.0, but that has since been resolved by v22.25.6 - presumably by #7070 ? Empty repos were also handled okay in v22.17.2.
Beta Was this translation helpful? Give feedback.
All reactions