Hi,

I am still getting this issue where I am seeing no changes in change log it updated my workspace though & rlog command works fine on Solaris CLI as.

My set up is

Jenkins ver. 1.488
CVS plugin I tried both latest 2.7 & 2.4 no luck

My Project job configuration for SCM is
location: Tag
Tag name: DEV
Use Update is checked (yes)

Basically I want Jenkins to kick of build job if there are any updates to a particular tag in this case DEV, which works fine with this scheme for my workspace but the change is not reflected in change log.

Console output
cvs checkout -r DEV -d temp srcmgr
cvs checkout: Updating temp
cvs checkout: Updating temp/adhoc
cvs checkout: Updating temp/cm
cvs checkout: Updating temp/cm/bin
cvs checkout: Updating temp/logs
cvs checkout: Updating temp/test
U temp/test/someotheFile
cvs checkout: Updating temp/test/createSomeLongPathDirAveryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVerylongpathDirectory
cvs checkout: Updating temp/test/someDir
U temp/test/someDir/foo.bar
Using locally configured password for connection to :pserver:amittal@melcvs01:/cvs
cvs rlog -S -d15 Nov 2012 15:24:35 +1100<15 Nov 2012 15:39:59 +1100 srcmgr
cvs rlog: Logging srcmgr
cvs rlog: Logging srcmgr/adhoc
cvs rlog: Logging srcmgr/cm
cvs rlog: Logging srcmgr/cm/bin
cvs rlog: Logging srcmgr/logs
cvs rlog: Logging srcmgr/test
cvs rlog: Logging srcmgr/test/createSomeLongPathDirAveryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVerylongpathDirectory
cvs rlog: Logging srcmgr/test/someDir

It updates my workspace however there is nothing in the change log or changes in Jenkins, whereas I can run rlog on Solaris CLI
>cvs rlog -S -d'15 Nov 2012 15:24:35 +1100<15 Nov 2012 15:39:59 +1100' srcmgr
cvs rlog: Logging srcmgr
cvs rlog: Logging srcmgr/adhoc
cvs rlog: Logging srcmgr/cm
cvs rlog: Logging srcmgr/cm/bin
cvs rlog: Logging srcmgr/logs
cvs rlog: Logging srcmgr/test

RCS file: /cvs/srcmgr/test/someotheFile,v
head: 1.3
branch:
locks: strict
access list:
symbolic names:
TAGINFO: 1.1
SOURCE_CONTROL: 1.1
QA: 1.1
PRODSTAGE: 1.1
PRODBUILD: 1.1
PRODFIX: 1.1
SITPR1: 1.1
UATPR1: 1.1
TESTGAP: 1.1
TESTMIG: 1.1
TRNG: 1.1
HUGO: 1.1
DEVGAP: 1.1
DEVMIG2: 1.1
DEVMIG: 1.1
DEV: 1.3
keyword substitution: kv
total revisions: 3; selected revisions: 1
description:
----------------------------
revision 1.2
date: 2012/11/15 04:39:21; author: amittal; state: Exp; lines: +1 -0

      • empty log message ***
        =============================================================================
        cvs rlog: Logging srcmgr/test/createSomeLongPathDirAveryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVerylongpathDirectory
        cvs rlog: Logging srcmgr/test/someDir

Change log is empty
/export/home/amittal/.jenkins/jobs/Akhil/builds/17 >cat changelog.xml
<?xml version="1.0" encoding="UTF-8"?>
<changelog>
</changelog>

TIA
Akhil

Change By: Akhil Mittal (15/Nov/12 5:29 AM)
Resolution: Fixed
Status: Resolved Reopened
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

Reply via email to