Greetings guys, I have the same problem. I tried many different ways and still cannot make my jenkins to fetch latest changes from my gitlab repository. gitlab is located on a public domain, I've generated Deploy key for one of my projects, created SSH pair and configured as explained.
I tried to create a domain credential to fetch data using username/password pair via http - nothing works :(( @lesssugar, did you solve the issue you had? Thanks! On Sunday, May 4, 2014 9:47:05 PM UTC+6, lesssugar wrote: > > Hi, > > I'm trying to add my private GitLab repo to be used in a Jenkins job. > However when I set Repository URL to: > > 1) [email protected]:[user]/[project].git - I get an "invalid URL" error > (desptite the fact that I have Git plugin installed) > 2) https://gitlab.com/[user]/[project].git - I get an "unable to access" > error > > In the second case (https://) I'm being asked to give credentials, which I > do (username/password to my GitLab account) > but Jenkins still fails to connect, saying "404 Not Found ( > https://gitlab.com)". > > Do I need a private SSH key for this? The only one I have is the public > key on GitLab. What am I missing? > > Thanks. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
