Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 897 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 897 Bytes

Customize Build Now Plugin

This plugin allows users to provide alternate labels to "Build Now", "Build with Parameters" and the "Build" button. While it's well understood by Jenkins experts what "Build Now" means, sometimes its more intuitive for new Jenkins users to associate a more appropriate label to suit the purpose of the job like "Deploy Now" or "Execute Now" or "Promote Now" etc...

The labels can be configured globally in the Appearance section and/or individually for each job.

Configuration Sidepanel Sidepanel with Parameters Parameters

Configuration as Code

appearance:
  customizeBuildNow:
    labels:
      alternateBuildButton: "Execute"
      alternateBuildNow: "Execute Now"
      alternateBuildWithParams: "Execute with Parameters"