From d4371f1870b9d209cc62406e6f63d97e7b639e75 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 13 Jul 2018 16:08:36 -0700 Subject: [PATCH 1/1] Set Packer Image name as Build Description With the Build Description Setter plugin installed in Jenkins, the packer image name can be extracted after a successful build. This allows users to no longer look through the build logs when trying to find the image name for builds. Issue: RELENG-1073 Change-Id: Iffebd2b7e6b282d3e17a7bd6de1452e063f64603 Signed-off-by: Trevor Bramwell --- jjb/lf-ci-jobs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index c34f63d1..1a799c68 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -1402,6 +1402,8 @@ packer-version: '{packer-version}' platform: '{platforms}' template: '{templates}' + - description-setter: + description: '.*Creating the image:(.*)' - job-template: name: '{project-name}-packer-merge-{platforms}-{templates}' -- 2.16.6