From 1aee18744dfab758174e2015d70643882b2f7528 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 15 Apr 2016 16:19:05 -0400 Subject: [PATCH] explain the terrible implementation of the dynamic axis in jjb Signed-off-by: Alfredo Deza --- ceph-build/config/definitions/ceph-build.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 928d13cb..7b8f60d1 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -23,16 +23,15 @@ - x86_64 - arm64 - axis: + # the dynamic axis is implemented **oddly** in jenkins job builder. + # It will pick just the first item in `values` and assign that to the + # 'variable name' that is where `DIST` would get expanded too. This + # is not documented. This means that DIST_VERSIONS will need to exist + # as an environment variable passed onto this job. type: dynamic name: DIST values: - - jessie - #- wheezy - #- precise - - trusty - - xenial - #- centos6 - - centos7 + - DIST_VERSIONS builders: - shell: | -- 2.39.5