-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
When you had a version of the plugin installed before and used the general
configuration dialog to enter a user defined position for your Mercurial
installation, in Jobs using Mercurial the new browsers for googlecode and
bitbucket do not show up in the the dropdown only hgweb is available.
[JENKINS-4514] alternate browsers do not show up in dropdown after updating the plugin
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 134587 ] | New: JNJira + In-Review [ 202941 ] |
In your hudson directory there is a file called
hudson.plugins.mercurial.MercurialSCM.xml.
If this file specifies HgWeb as your repositoryBrowser class, the alternate
classes are not shown. Deleting the file or changing the class to
hudson.plugins.mercurial.browser.HgBrowser and a restart should do the trick.