From 20ad17f2cbf52c80f138d9dc1dd65b63549e650f Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Fri, 18 Nov 2016 16:58:23 +0100 Subject: [PATCH] kernel: use https instead of git No need to use git and bother with credentials. Signed-off-by: Ilya Dryomov --- kernel/config/definitions/kernel.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kernel/config/definitions/kernel.yml b/kernel/config/definitions/kernel.yml index 98c2f63a..ebf49eb5 100644 --- a/kernel/config/definitions/kernel.yml +++ b/kernel/config/definitions/kernel.yml @@ -5,6 +5,9 @@ display-name: 'kernel' block-downstream: false block-upstream: false + properties: + - github: + url: https://github.com/ceph/ceph-client concurrent: true parameters: - string: @@ -80,9 +83,7 @@ If this is checked, then the binaries will be built and pushed to chacra even if scm: - git: - url: git@github.com:ceph/ceph-client.git - # Use the SSH key attached to the ceph-jenkins GitHub account. - credentials-id: '39fa150b-b2a1-416e-b334-29a9a2c0b32d' + url: https://github.com/ceph/ceph-client.git branches: - $BRANCH skip-tag: true -- 2.39.5