From 12f3b28143871393172ffcdc8322c5ae7cdea6d1 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 23 Apr 2015 14:37:48 -0600 Subject: [PATCH] ceph-setup: skip tagging each build Jenkins (un)helpfully tags each build. Don't do this in the ceph-setup task. Unfortunately the change in dd5d14520a6fc37337f3a092ca8afc241b2fbacc did not seem to cover this case, so we need to re-examine why. Signed-off-by: Ken Dreyer --- ceph-setup/config/definitions/ceph-setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index 2acbd650..24d9a521 100644 --- a/ceph-setup/config/definitions/ceph-setup.yml +++ b/ceph-setup/config/definitions/ceph-setup.yml @@ -26,6 +26,7 @@ url: git://jenkins.front.sepia.ceph.com/ceph/ceph.git branches: - $BRANCH + skip-tag: true builders: - shell: -- 2.39.5