Skip to content

mawinter69/customize-build-now-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.6%
  • HTML 14.4%