From 9b164a9d505b5a37a31bb28076cd71b7be1952ae Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 8 Feb 2016 10:18:07 -0500 Subject: [PATCH] inject the ssh keys for the jenkins user so that it can push to ceph-ansible repos Signed-off-by: Alfredo Deza --- .../config/definitions/ceph-ansible-galaxy.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml b/ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml index a0be13d6..289c47e6 100644 --- a/ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml +++ b/ceph-ansible-galaxy/config/definitions/ceph-ansible-galaxy.yml @@ -1,6 +1,6 @@ - job: - name: ceph-ansible-galaxy - node: small && trusty + name: ceph-ansible-galaxy + node: small && trusty project-type: freestyle defaults: global display-name: 'ceph-ansible: Update galaxy roles' @@ -34,3 +34,9 @@ !include-raw: - ../../../scripts/build_utils.sh - ../../build/build + + wrappers: + - ssh-agent-credentials: + # "jenkins-build" SSH key, needed for access to ceph-ansible.git + users: + - '39fa150b-b2a1-416e-b334-29a9a2c0b32d' -- 2.39.5