|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

I think I have found the cause.
It appears that v2.9 and subsequent versions of the CVS plugin choke on the <repositoryBrowser> element. I had the following in my projects:
<repositoryBrowser class="hudson.scm.browsers.ViewCVS">
<url>http://lagoon.hq.sag/cgi-bin/viewvc/viewvc.cgi/</url>
</repositoryBrowser>
(Note: The URL is valid.)
I deleted the <repositoryBrowser> element from each of the projects that used it, and now the dashboard shows all projects. Problem solved!
It would be nice if the CVS plugin would accept the <repositoryBrowser> element in a backward-compatible manner.
Thanks,
Paul