I configured 192.168.71.59:8080 in the Jenkins Global Http Proxy Configuration. As you can see in the screen shot, you could find the configuration has been set up.
“using GIT_ASKPASS to set credentials Git-cred
Setting http proxy: 192.168.71.59:10809”
However, Github SCM still seems to use the incorrect proxy that I set up yesterday to connect to remote Repo. And checkout GitSCM is prior to the execution of JenkinsFile as per the pipeline overview. Thus this issue cannot be solved by adding proxy setting for Git in JenkinsFile.
“Failed to connect to 192.168.71.57 port 10809: Refused Connection”.
Pls help me with this. Thanks.