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 <tbramwell@linuxfoundation.org>
packer-version: '{packer-version}'
platform: '{platforms}'
template: '{templates}'
+ - description-setter:
+ description: '.*Creating the image:(.*)'
- job-template:
name: '{project-name}-packer-merge-{platforms}-{templates}'