|
||||||||||||||
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 |
[JIRA] (JENKINS-14711) No changelist in CVS plugin 2.5 using rlog, but "cli rlog" works fine
akhil.mit...@bupa.com.au (JIRA) Wed, 14 Nov 2012 21:30:47 -0800
- [JIRA] (JENKINS-14711) No changelist in ... akhil.mit...@bupa.com.au (JIRA)
- [JIRA] (JENKINS-14711) No changelis... michael.m.cla...@gmail.com (JIRA)
- [JIRA] (JENKINS-14711) No changelis... akhil.mit...@bupa.com.au (JIRA)
- [JIRA] (JENKINS-14711) No changelis... akhil.mit...@bupa.com.au (JIRA)
- [JIRA] (JENKINS-14711) No changelis... akhil.mit...@bupa.com.au (JIRA)
- [JIRA] (JENKINS-14711) No changelis... akhil.mit...@bupa.com.au (JIRA)
- [JIRA] (JENKINS-14711) No changelis... akhil.mit...@bupa.com.au (JIRA)
- [JIRA] (JENKINS-14711) No changelis... akhil.mit...@bupa.com.au (JIRA)
- [JIRA] (JENKINS-14711) No changelis... michael.m.cla...@gmail.com (JIRA)
- [JIRA] (JENKINS-14711) No changelis... akhil.mit...@bupa.com.au (JIRA)
- [JIRA] (JENKINS-14711) No changelis... michael.m.cla...@gmail.com (JIRA)
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
=============================================================================
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