From: Alfredo Deza Date: Fri, 15 Apr 2016 20:19:05 +0000 (-0400) Subject: explain the terrible implementation of the dynamic axis in jjb X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1aee18744dfab758174e2015d70643882b2f7528;p=ceph-build.git explain the terrible implementation of the dynamic axis in jjb Signed-off-by: Alfredo Deza --- 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: |