Currently jenkins doesn't support failovers https://issues.jenkins-ci.org/browse/JENKINS-15063 Also note that current security library is outdated and implementing something using is maybe a waste of time. There is existed issue for it https://issues.jenkins-ci.org/browse/JENKINS-5303 and @ndeloof even created branch in jenkins repo https://github.com/jenkinsci/jenkins/commits/spring-security but didn't end it.
In case of ldap you can try implement failover in ldap-plugin. On Monday, July 6, 2015 at 9:47:27 PM UTC+3, Ashish Yadav wrote: > > How do I configure jenkins to connect to multiple ldaps? > > Example: > ldap://ldap1.company.com:389 > ldap://ldap2.company.com:389 > > In case there is an issue with ldap1. I want jenkins to use ldap2 > automatically. > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ab95e6af-0ef7-4f3b-9f1f-ee56a3dd52ae%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
