Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: gui
Created: 28/Nov/12 5:06 PM
Description:

I've configured my build job to poll from a hg repository and build when it detected changes.

This failed because the authorization was not working correctly.

To reproduce:

For us the problem was that although the mercurial url contained username and password, the password did not get retained in the url in the .hg/hgrc config.

i.e. it would read

  1. cat .hg/hgrc
    [paths]
    default = http://user@host/path/to/hg/

instead of

  1. cat .hg/hgrc
    [paths]
    default = http://user:password@host/path/to/hg/
Project: Jenkins
Priority: Major Major
Reporter: Martin Häcker
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