-
Bug
-
Resolution: Not A Defect
-
Major
JENKINS GIT parameter Plugin doesn't use stored credentials when Retrieving git references
all i can see in GIT server is that no credentials are send when the JOB is build with parameters
If the same Job is build without parameters, on the GIT server part you see that credentials are send ok, but if you configure the same JOB to use a GIT parameter, every time you run the JOB it shows "Retrieving git references" and nothing is recovered from the GIT server, I have tried with al parameter types; branches, tags,branch or tag and revision but same issue arise
The same for me! I found an workaround. I used the ssh connection with git repository, and it worked like a charm!