Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: git-plugin
-
Labels:None
-
Environment:Platform: All, OS: All
-
Similar Issues:
Description
Creating a new job with a repo which is served over https and requires http
authentication fails, hudson just sits there and waits for a password to be
entered on the controlling terminal.
I have a setup where the authentication credentials are supplied in a .netrc.
This worked until I upgraded the git plugin (nothing else changed)
This does not affect jobs where the repo has been cloned already and is just
updated.
It works if I clone the repo manually on the machine into the workspace
directory and then run the job (configuration of the job not touched).
Attachments
Issue Links
- is duplicated by
-
JENKINS-7091 GIT plugin flubs http/https passwords
-
- Closed
-
Integrated in
plugins_git-plugin #93
[FIXED JENKINS-3807] Fixed bug where password is excluded from the URL. Replace usages of toString() in plugin with toPrivateString() so the password is not elided.
Andrew Bayer :
Files :