Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
suse linux, java 1.6.0-30, Jenkins 1.443, cvs-plugin 1.6
Description
When checking out a cvs repository with Branch and Use HEAD revision if tag not found, the Changes list is always empty even though the build was triggered by scm changes that are picked up the by cvs update in the build log.
Since the use Head function was introduced by me in 1.5, maybe the update check is broken in a way I didn't notice, I will try to fix this.
I still have the problem in the 2.1 plugin, the files that are not in the branch are not picked up by rlog and the changes are not noticed
Building in workspace /home/lehmann/.jenkins/jobs/cvstest/workspace
cvs update -d -P -f -r BRANCHTEST workspace
cvs update: Updating workspace
U workspace/branch1
U workspace/branch2
cvs rlog: Logging home/lehmann/cvstest
cvs rlog: warning: no revision `BRANCHTEST' in `/usr/local/cvsroot/home/lehmann/cvstest/file1,v'
cvs rlog: warning: no revision `BRANCHTEST' in `/usr/local/cvsroot/home/lehmann/cvstest/file2,v'
cvs rlog: warning: no revision `BRANCHTEST' in `/usr/local/cvsroot/home/lehmann/cvstest/file3,v'
Finished: SUCCESS
(files named branch* are branched, files name file* are not)