Mercurial - paths.default is set incorrectly at checkout

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • 2.16

      With latest version of Mercurial plugin (2.14), the Mercurial clone configuration is not correct.

      The "paths.default" does not contains the Repo URL, but instead it contains the clone PATH on the file system followed by the Repo URL.

      For instance:
      paths.default=/var/lib/jenkins/workspace/my_job/https\:/hg.mydns.com/hg/myrepo

       

      instead of:

      paths.default=https://hg.mydns.com/hg/myrepo

       

      the problem appeared since version 2.14. After rollback to plugin 2.12, no issues.

       

      because of this, we cannot run "hg push" command as the URL is incorrect in the local repo

            Assignee:
            Jesse Glick
            Reporter:
            Nicolas Letolle
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: