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 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/00f03e56-fc31-4baf-af43-0eb73a16e04c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
