]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev{-new}: add build names 1662/head
authorDan Mick <dmick@redhat.com>
Sun, 20 Sep 2020 01:15:24 +0000 (01:15 +0000)
committerDan Mick <dmick@redhat.com>
Sun, 20 Sep 2020 01:15:24 +0000 (01:15 +0000)
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 <dmick@redhat.com>
ceph-dev-build/config/definitions/ceph-dev-build.yml
ceph-dev-new-build/config/definitions/ceph-dev-new-build.yml
ceph-dev-new/config/definitions/ceph-dev-new.yml
ceph-dev/config/definitions/ceph-dev.yml

index 3e56221ce20f0b32e1926d5d5428bce90d0a351f..a02d495ad06b48e3efd437b64877c3e4dacfe677 100644 (file)
               credential-id: dmick-quay
               username: CONTAINER_REPO_USERNAME
               password: CONTAINER_REPO_PASSWORD
+      - build-name:
+          name: "#${BUILD_NUMBER} ${BRANCH}, ${DISTROS}, ${FLAVOR}"
+
index d91221aed989cb126659806c2434f27a9b707261..289daa882d594c5374281e2d2ddc3409206e6d2c 100644 (file)
               credential-id: dmick-quay
               username: CONTAINER_REPO_USERNAME
               password: CONTAINER_REPO_PASSWORD
+      - build-name:
+          name: "#${BUILD_NUMBER} ${BRANCH}, ${DISTROS}, ${FLAVOR}"
index 98d550df1f65fb21cd600a4c75a8d58126803671..7f46df007729f3b0a393fde17489c1749b2b8cd6 100644 (file)
@@ -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}"
index 79e19e32060430e63638a9000ff3042c6fa43421..9792fce60b142334360cfb7c141371c75f3e67c1 100644 (file)
@@ -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}"