[
https://issues.jenkins-ci.org/browse/JENKINS-13227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163372#comment-163372
]
Michael Clarke commented on JENKINS-13227:
------------------------------------------
I know why the exception is thrown and can resolve that. I don't understand the
different timestamps but can take a guess (someone with more knowledge of
matrix builds will have to confirm my ideas).
The CVS plugin does all commands with timestamps from the last completed
(non-cancelled) job. Since matrix builds are really a set of different builds
grouped under one run, different matrix configuration (I think it refers to
them as axis) could potentially give different timestamps for a completed run.
Can you look at your jobs and let me know if you can see any timestamps
differing for last run start time (or end time) so I can either exclude this as
an issue or try and investigate further.
I'll fix the exception in the meantime (some files could be changed in CVS and
not be on the branch/tag we're looking at, when we set a filter on RLOG to only
bring back a specific branch this was valid, but the assumption is now
incorrect and likely to be broken).
> CVS plugin 2.1 does not detect changes
> --------------------------------------
>
> Key: JENKINS-13227
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13227
> Project: Jenkins
> Issue Type: Bug
> Components: cvs
> Reporter: Guillaume Bilodeau
> Assignee: Michael Clarke
> Priority: Critical
> Labels: cvs
> Attachments: rlog.txt
>
>
> As presented in the user group:
> https://groups.google.com/forum/?fromgroups#!topic/jenkinsci-users/Dvv0I3FBNW4
> We've been running Jenkins 1.451 and 1.454 on Windows XP against a CVS
> repository for a few weeks now, without any problems. The CVS plugin (v1.6)
> was using the local cvsnt install.
> We've since upgraded the CVS plugin to version 2.1 (by manually pinning the
> plugin) and since then, CVS changes are not detected. The CVS polling log is
> triggered properly, tons of "cvs rlog" instructions are sent, but at the end
> "No changes" is displayed.
> Using CVS plugin 1.6 the cvs polling command looked like this (executed at
> 5:26:21 PM EDT):
> cvs -q -z3 -n update -PdC -r d-chg00014229_op_brc_preimp-op-2012-02-27 -D
> "Thursday, March 22, 2012 9:26:21 PM UTC"
> Using CVS plugin 2.1, the last cvs checkout command looked like this
> (executed at 11:56:16 AM EDT):
> cvs checkout -P -r d-chg00014229_op_brc_preimp-op-2012-02-27 -D 23 Mar 2012
> 11:56:16 EDT -d portailInt portailInt
> We're in Montreal, so Eastern Time Zone with Daylight Saving Time in effect.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira