So, I have pipeline and freestyle jobs that push tags to GitHub via the pattern:
git push <URL_CONTAINING_CREDS> <TAG_NAME>
This is working in our Cloudbees Jenkins Enterprise instances (CJP Client Master 2.32.3.2), and my OSX command line. I also have an OSS Jenkins server (2.60.2) running on OSX. The OSS Jenkins server uses my local proxy (CNTLM) to connect through our corp proxy, to the Internet. The job running on my OSS Jenkins server can get to the Internet, using my proxy setup, and clone the GitHub repo, but when I try to push the tags, with the above origin URL (containing creds), the jobs just churns, and never returns with a successful response from GitHub.
I figure that I have something different on my local Jenkins. I have double-checked the creds. Any ideas?
-Jimmy