From: Jeremy Phelps Date: Wed, 24 May 2017 18:00:19 +0000 (-0500) Subject: Adjust git url X-Git-Tag: v0.2.3^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F4973%2F2;p=releng%2Fglobal-jjb.git Adjust git url JIRA: RELENG-127 Change-Id: I596866ca28a3dd6067072563ad2fb981da673d69 Signed-off-by: Jeremy Phelps --- diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index fb403bc2..03db349c 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -201,7 +201,7 @@ scm: - lf-infra-github-scm: - url: '{github-url}/{github-org}/{project}' + url: 'git@github.com:{github-org}/{project}' refspec: '' branch: '{branch}' submodule-recursive: '{submodule-recursive}' @@ -245,7 +245,7 @@ scm: - lf-infra-github-scm: - url: '{github-url}/{github-org}/{project}' + url: 'git@github.com:{github-org}/{project}' refspec: '+refs/pull/*:refs/remotes/origin/pr/*' branch: '{branch}' submodule-recursive: '{submodule-recursive}'