Rather leverage https for git operations 53/74753/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Jan 2025 18:43:40 +0000 (19:43 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 29 Jan 2025 18:43:40 +0000 (19:43 +0100)
Failed to connect to repository : Command "git ls-remote -h -- ssh://fbot@gerrit.opnfv.org:29418/releng HEAD" returned status code 128:
stdout:
stderr: Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Change-Id: I93f97ba354e9fe0e7048e499f5c3e1ca33122162
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/releng/releng-jobs.yaml

index 49095cc..e2b4d7c 100644 (file)
@@ -3,7 +3,7 @@
     name: releng-scm
     scm:
       - git:
-          url: 'ssh://fbot@gerrit.opnfv.org:29418/releng'
+          url: 'https://gerrit.opnfv.org/gerrit/releng'
           refspec: '+refs/heads/*:refs/remotes/origin/* +refs/changes/*:refs/changes/*'
           submodule:
             recursive: true