From: Trevor Bramwell Date: Fri, 13 Jul 2018 23:08:36 +0000 (-0700) Subject: Set Packer Image name as Build Description X-Git-Tag: v0.30.0~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=d4371f1870b9d209cc62406e6f63d97e7b639e75;hp=b194e1056230c9004ca7d50cce07300d42875183;p=releng%2Fglobal-jjb.git 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 --- 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}'