From: Marek Gradzki Date: Mon, 9 Apr 2018 11:44:56 +0000 (+0200) Subject: Honeycomb: remove older and no longer supported versions from stream X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F11603%2F1;p=ci-management.git Honeycomb: remove older and no longer supported versions from stream Removes 1609, 1701, 1704 and 1707 releases from Jenkins. All information about previous builds will be lost. Artifacts from Nexus will NOT be removed. Follows similar Hc2vpp change: https://gerrit.fd.io/r/#/c/11525/ Change-Id: Ifea292ec12fcc44ffcc08a3d0b1114fbaaef6c2a Signed-off-by: Marek Gradzki --- diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 49553a656..2d9efccd9 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -12,18 +12,6 @@ - master: branch: 'master' repo-stream-part: 'master' - - '1609': - branch: 'stable/1609' - repo-stream-part: 'stable.1609' - - '1701': - branch: 'stable/1701' - repo-stream-part: 'stable.1701' - - '1704': - branch: 'stable/1704' - repo-stream-part: 'stable.1704' - - '1707': - branch: 'stable/1707' - repo-stream-part: 'stable.1707' - '1710': branch: 'stable/1710' repo-stream-part: 'stable.1710'