| OK, thanks for that. Next questions: 1. Did this job work correctly before you updated to the rc levels of the plugin? 2. Can you provide more details as far as the job? When you say "clone git repository" in the description of this bug report, do you mean:
- As part of a Jenkins Pipeline job? If yes, is it Declarative or Scripted?
- As part of a Freestyle job?
- As part of something else?
3. Let's assume it's a Multibranch Pipeline job for the moment. Did you use Git as your SCM provider, or GitHub? That's a mistake I've made before. I'm talking about this pulldown: 4. Any idea where the port number 1080 came from? Is that the port that your own Git server is listening on? 5. Is it possible that some other service is blocking port 1080? For my environments, that could be a security group setting in AWS, or a firewall setting who-knows-where, etc. Basically, some steps to recreate the issue would really help pin down what's wrong. |