This project is a fork of https://github.com/jenkinsci/build-name-setter-plugin, with the dependency on Matrix Project Plugin set to 1.7.1.
This plugin sets the display name of a build to something other than #1, #2, #3, ... so that you can use an identifier
that makes more sense in your context. When you install this plugin, your job configuration page gets additional setting
that lets you specify a build name for each new build. Also this plugin updates environment build variable BUILD_DISPLAY_NAME
so it's value can be used in other build steps.
This plugin can be used in two ways:
- Set build name at the begining and at the end of the build (both by default, it also can be ajusted)
- Set build name between two build steps (as a separate build step)
As the result you can obtain something like this:
The power of this plugin is based on Macro Token so take a look what features you can use.