From: Cédric Ollivier Date: Wed, 29 Jan 2025 18:43:40 +0000 (+0100) Subject: Rather leverage https for git operations X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=092082fafbe995283e7049a0b67a6736c71a3ed5;p=releng.git Rather leverage https for git operations 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 --- diff --git a/jjb/releng/releng-jobs.yaml b/jjb/releng/releng-jobs.yaml index 49095cc3a..e2b4d7cac 100644 --- a/jjb/releng/releng-jobs.yaml +++ b/jjb/releng/releng-jobs.yaml @@ -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