Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Component/s: build-failure-analyzer-plugin
-
Labels:None
-
Similar Issues:
-
Released As:1.21.0
Description
It seems build-failure-analyzer-plugin still using old version of mongo-java-driver (i.e. 2.11.2).
It fail to connect mongodb as it cannot pass the authentication for mongodb version >= 3.0
I am marking this bug as Blocker because there is no workaround to this, hosted mongodb should be password protected for obvious security reasons.
Attachments
Issue Links
- relates to
-
JENKINS-49140 Users need BFA to know how to connect to MongoDB replicaSets
-
- Open
-
Branch here that can be tested out:
https://github.com/jenkinsci/build-failure-analyzer-plugin/compare/master...timja:upgrade-minimal-changes
As far as I can tell it works,
I'm currently working on test failures
WIP PR:
https://github.com/jenkinsci/build-failure-analyzer-plugin/pull/89