jenkinsci / scm-sync-configuration-plugin

Jenkins scm-sync-configuration plugin
https://plugins.jenkins.io/scm-sync-configuration/
MIT License
115 stars 123 forks source link

pull from github takes forever #26

Open ogail opened 9 years ago

ogail commented 9 years ago

Hi, Whenever I go to Manage Jenkins and then try to set the Repository Url to git@github.com:Azure/.git then click save it takes forever. Here's my config:

lmilbaum commented 8 years ago

I have a private github repo. User jenkins, the user who runs the plugin, can't clone the private repo. It hits and error: git clone git@github.com:XXX/DevOps.git Cloning into 'DevOps.git'... ERROR: Repository not found. fatal: The remote end hung up unexpectedly

argoyal commented 6 years ago

Did anyone figure out the fix for this? I haven't yet tried the cloning step (which I believe would be when we are restoring from the repository), my remote end hung up unexpectedly arises when it is trying to process the commit queue.