From: Alfredo Deza Date: Wed, 2 Dec 2015 16:57:12 +0000 (-0500) Subject: dedupe wrapper in ceph-tag X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c169691068c46a911faed4a24b05b07ea6f0c190;p=ceph-build.git dedupe wrapper in ceph-tag Signed-off-by: Alfredo Deza --- diff --git a/ceph-tag/config/definitions/ceph-tag.yml b/ceph-tag/config/definitions/ceph-tag.yml index 95ca1d42d..db5513c2d 100644 --- a/ceph-tag/config/definitions/ceph-tag.yml +++ b/ceph-tag/config/definitions/ceph-tag.yml @@ -34,12 +34,6 @@ scm: - ceph-build - wrappers: - - ssh-agent-credentials: - # "jenkins-build" SSH key, needed so we can push to - # ceph-deploy.git - user: '39fa150b-b2a1-416e-b334-29a9a2c0b32d' - builders: - shell: !include-raw ../../build/build @@ -48,3 +42,7 @@ - inject-passwords: global: true mask-password-params: true + - ssh-agent-credentials: + # "jenkins-build" SSH key, needed so we can push to + # ceph-deploy.git + user: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'