Skip to content

MylesAU/build-name-setter-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Travis

Build name setter plugin for Jenkins

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)

alt tag

  • Set build name between two build steps (as a separate build step)

alt tag

As the result you can obtain something like this:

alt tag

The power of this plugin is based on Macro Token so take a look what features you can use.