Help! Jenkins Global Http Proxy doesn't work for GitSCM to connect to Remote Repo

This issue is caused by the command
git config --global http.proxy “http://192.168.71.57:10809”. configured in the last pipeline that I run.
This command made the proxy setting shared across different pipelines overriding the Global Http Proxy Setting.

1 Like