I found that there is a guessBrowser method in https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/scm/SCM.java
>From what I can tell if I return my default repository browser class there instead of null it should work. Is this true? To test that I would have to upgrade the plugin to 1.568 or higher and trying to do that led me down into a rats nest of other changes and headaches. I would love some confirmation that this is the right approach before I pursue this more. Or are there any better approaches? thx Manfred On Tue, Feb 23, 2016 at 12:31 PM, Manfred Moser <[email protected]> wrote: > Hi all, > > I am working on the tfs-jenkins-plugin and I would like to make the > default value for the Repository Browser to be NOT Auto but instead be the > repository browser implemented by the plugin itself since there is only one. > > How can I set that default value? > > We have it implemented so that it automatically gets the right URL based > on the SCM configuration so it would be nice to not require the user to set > it to our browser also because that works without specifying a URL there.. > > thx > > manfred > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CABffhO49T2250onM3oy92RcLKEpa%2Bq-6PTrBzhBaEPMHUsEdFA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
