Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
It's not clear how to configure the mercurial-hudson plugin to work with repositories that require authentication without exposing a plaintext password on disk.
Attachments
Issue Links
- is blocking
-
JENKINS-13717 Mercurial URL hook for triggering polling doesn't work with user/pass set in the repository URL
-
- Resolved
-
- is related to
-
JENKINS-15722 Do not echo HTTPS password when cloning
-
- Resolved
-
-
JENKINS-16138 mercurial SCM always clones (instead of pulling) when using https
-
- Resolved
-
Note that even without any help from Hudson, you could set up auth sections in the global ~/.hgrc or /etc/mercurial/hgrc, pointing perhaps to custom entries in /etc/ssl/certs. But this would need to be done on each node which might build your job, which could get unwieldy if you have a lot of slaves.