Issue Type: Bug Bug
Affects Versions: current
Assignee: Jesse Glick
Attachments: jenkins_mercurialclones1.jpg, jenkins_mercurialclones2.jpg
Components: mercurial
Created: 15/Dec/12 1:08 AM
Description:

Hi,
I am observing that the Jenkins Mercurial plugin always performs a full clone instead of a pull when I start a build.
There were reports that this happens when the debug option is on for the mercurial plugin, but this is supposed to be fixed and this option isn't even on.

I posted a log below and attached screenshots of the relevant options.

Started by user Matthias Kauer
Building in workspace /var/lib/jenkins/jobs/pyunittest/workspace
[workspace] $ hg showconfig paths.default
ERROR: Workspace reports paths.default as https://[email protected]/matthias_tumcreate/pyunittest
which looks different than https://matthias_tumcreate:[email protected]/matthias_tumcreate/pyunittest
so falling back to fresh clone rather than incremental update
$ hg clone --rev default --noupdate https://matthias_tumcreate:[email protected]/matthias_tumcreate/pyunittest /var/lib/jenkins/jobs/pyunittest/workspace
adding changesets
adding manifests
adding file changes
added 1 changesets with 4 changes to 4 files
[workspace] $ hg update --rev default
4 files updated, 0 files merged, 0 files removed, 0 files unresolved

Environment: Xubuntu 12.04 precise, Java 1.6.0_24, hg 2.0.2, Jenkins 1.493, Jenkins Mercurial Plugin 1.42
Project: Jenkins
Labels: plugin mercurial scm
Priority: Minor Minor
Reporter: Matthias Kauer
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