![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
current |
|
Assignee:
|
Michael Clarke
|
|
Components:
|
plugin |
|
Created:
|
30/Jul/13 8:53 AM
|
|
Description:
|
I have 6 Jenkins jobs that use the CVS plugin. When I updated the CVS plugin from v2.8 to v2.9, all of these 6 jobs disappeared from my Jenkins dashboard.
When I downgraded to v2.8, the jobs reappeared.
Here is the relevant part of a typical configuration file:
<scm class="hudson.scm.CVSSCM" plugin="[email protected]">
<flatten>false</flatten>
<repositoryBrowser class="hudson.scm.browsers.ViewCVS">
<url>http://lagoon.hq.sag/cgi-bin/viewvc/viewvc.cgi/</url>
</repositoryBrowser>
<repositories>
<hudson.scm.CvsRepository>
<cvsRoot>:pserver:[email protected]:2401/FS/fs3073/Repositories/DocSources</cvsRoot>
<repositoryItems>
<hudson.scm.CvsRepositoryItem>
<modules>
<hudson.scm.CvsModule>
<localName></localName>
<remoteName>Owwep-cep-clientapi</remoteName>
</hudson.scm.CvsModule>
</modules>
<location class="hudson.scm.CvsRepositoryLocation$HeadRepositoryLocation">
<locationType>HEAD</locationType>
<useHeadIfNotFound>false</useHeadIfNotFound>
</location>
</hudson.scm.CvsRepositoryItem>
</repositoryItems>
<compressionLevel>-1</compressionLevel>
<excludedRegions>
<hudson.scm.ExcludedRegion>
<pattern></pattern>
</hudson.scm.ExcludedRegion>
</excludedRegions>
<passwordRequired>false</passwordRequired>
</hudson.scm.CvsRepository>
</repositories>
<canUseUpdate>false</canUseUpdate>
<skipChangeLog>false</skipChangeLog>
<pruneEmptyDirectories>true</pruneEmptyDirectories>
<disableCvsQuiet>true</disableCvsQuiet>
<cleanOnFailedUpdate>false</cleanOnFailedUpdate>
<forceCleanCopy>false</forceCleanCopy>
</scm>
|
|
Project:
|
Jenkins
|
|
Priority:
|
Major
|
|
Reporter:
|
Paul Croome
|
|
|
|
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.