I have a setup of 2 VMs : VM1 with jenkins, VM2 with gitlab
On VM2 I have created a repo with user root with public access *http://192.168.0.32/root/sparkjava_hello_world* <http://192.168.0.32/root/sparkjava_hello_world> (acccess OK) and generate the access token On VM1: - I installed the gitlab plugin in jenkins - I copied the public key of user jenkins to authorized_key of user git in VM2 : from user jenkins shell, ssh git@VM2 is OK, no password asked - I created the gitlab api credential and pasted the access token in it - I configured the gitlab url in Manage Jenkins -> Configure System menu (it responds ok) BUT when I setup the git source [email protected]:root/sparkjava_hello_world.git in my jenkins job, it doesnt work : *Failed to connect to repository : Command "/usr/bin/git ls-remote -h [email protected]:root/sparkjava_hello_world.git HEAD" returned status code 128: stdout: stderr: fatal: 'root/sparkjava_hello_world.git' does not appear to be a git repository fatal: Could not read from remote repository.* I assume the ssh connection to VM2 is ok, since this is not a connection refused message. I tried "ssh://[email protected]:root/sparkjava_hello_world.git" doesnt work either What did i missed, or did wrong ?? thanks for help :) -- 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/f68c2391-2065-40a0-b35f-595242568ef2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
