-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins ver. 1.537
Jenkins OS: Windows 64bit
Java 1.7.0_06-b24 (64bit)
CVS Plugin 2.11
CVS Server: CVSNT running on Linux
When adding new files to a module or changing files, the scm polling does't pick it up as a change.
Steps to reproduce:
1. Have a Timezone different from UTC on jenkins server.
2. change a file/add a file to module and commit.
3. run via ssh interface:
ssh jenkins build <job_name> -c
It doesn't pick up a change and doesn't start a build.
It seems the timestamp send to the cvs server are local timestamps with a
offset to UTC(GMT). The server actually expects timestamps in UTC(GMT).
[JENKINS-20360] CVS: SCM Polling does not pickup changes
Summary | Original: CVS: SCM Polling does not pickup added files | New: CVS: SCM Polling does not pickup changes |
Assignee | New: Michael Clarke [ mc1arke ] |
Description |
Original:
When adding new files to a moulde, the scm polling does't pick it up as a change, it seems to pick up changed files only. |
New:
When adding new files to a module or changing files, the scm polling does't pick it up as a change. Steps to reproduce: 1. Have a Timezone different from UTC on jenkins server. 2. change a file/add a file to module and commit. 3. run via ssh interface: ssh jenkins build <job_name> -c It doesn't pick up a change and doesn't start a build. It seems the timestamp send to the cvs server are local timestamps with a offset to UTC(GMT). The server actually expects timestamps in UTC(GMT). |
Workflow | Original: JNJira [ 151884 ] | New: JNJira + In-Review [ 178096 ] |
Assignee | Original: Michael Clarke [ mc1arke ] |