From 092082fafbe995283e7049a0b67a6736c71a3ed5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 29 Jan 2025 19:43:40 +0100 Subject: Rather leverage https for git operations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- jjb/releng/releng-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg