From 422b99ac5af8071ea872c08093e39ea1782957dc Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Sun, 20 Sep 2020 01:15:24 +0000 Subject: [PATCH] ceph-dev{-new}: add build names Name builds by their build number as well as branch, distros, and flavor, for easier viewing on the Jenkins UI. Uses a new-to-us jenkins plugin. Signed-off-by: Dan Mick --- ceph-dev-build/config/definitions/ceph-dev-build.yml | 3 +++ ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml | 2 ++ ceph-dev-new/config/definitions/ceph-dev-new.yml | 2 ++ ceph-dev/config/definitions/ceph-dev.yml | 2 ++ 4 files changed, 9 insertions(+) diff --git a/ceph-dev-build/config/definitions/ceph-dev-build.yml b/ceph-dev-build/config/definitions/ceph-dev-build.yml index 3e56221c..a02d495a 100644 --- a/ceph-dev-build/config/definitions/ceph-dev-build.yml +++ b/ceph-dev-build/config/definitions/ceph-dev-build.yml @@ -137,3 +137,6 @@ credential-id: dmick-quay username: CONTAINER_REPO_USERNAME password: CONTAINER_REPO_PASSWORD + - build-name: + name: "#${BUILD_NUMBER} ${BRANCH}, ${DISTROS}, ${FLAVOR}" + diff --git a/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml b/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml index d91221ae..289daa88 100644 --- a/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml +++ b/ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml @@ -137,3 +137,5 @@ credential-id: dmick-quay username: CONTAINER_REPO_USERNAME password: CONTAINER_REPO_PASSWORD + - build-name: + name: "#${BUILD_NUMBER} ${BRANCH}, ${DISTROS}, ${FLAVOR}" diff --git a/ceph-dev-new/config/definitions/ceph-dev-new.yml b/ceph-dev-new/config/definitions/ceph-dev-new.yml index 98d550df..7f46df00 100644 --- a/ceph-dev-new/config/definitions/ceph-dev-new.yml +++ b/ceph-dev-new/config/definitions/ceph-dev-new.yml @@ -100,3 +100,5 @@ If this is checked, then the binaries will be built and pushed to chacra even if - inject-passwords: global: true mask-password-params: true + - build-name: + name: "#${BUILD_NUMBER} ${BRANCH}, ${DISTROS}, ${FLAVOR}" diff --git a/ceph-dev/config/definitions/ceph-dev.yml b/ceph-dev/config/definitions/ceph-dev.yml index 79e19e32..9792fce6 100644 --- a/ceph-dev/config/definitions/ceph-dev.yml +++ b/ceph-dev/config/definitions/ceph-dev.yml @@ -100,3 +100,5 @@ If this is checked, then the binaries will be built and pushed to chacra even if - inject-passwords: global: true mask-password-params: true + - build-name: + name: "#${BUILD_NUMBER} ${BRANCH}, ${DISTROS}, ${FLAVOR}" -- 2.39.5