ThomasDotCodes / parameter-separator-plugin

Adds a UI element to builds that helps organize parameters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PARAMETER SEPARATOR PLUGIN FOR JENKINS

This is a dead simple parameter plugin for Jenkins CI that allows one to clearly differentiate sets of parameters on a jenkins build page. This can be useful for builds with lots of parameters (builds that dynamically build different items pased on the job parameters set at build time, for instance).

Specifically, the plugin creates an <hr /> tag with a globally configurable style attribute to better suit one's Jenkins install.

See the Jenkins page for this plugin for up-to-date info.

How to use this plugin

  1. Install this plugin from the Jenkins Update Center

  2. Configure the styling for your parameters in the Jenkins global configuration page (Manage Jenkins -> Configure System; Parameter Separator section)

  3. Add any number of parameter separator elements to your parameterized job on the job's configuration page

  4. Now when you start a build of your job, you will have parameters clearly separated by your stylized separator!

About

Adds a UI element to builds that helps organize parameters

License:MIT License


Languages

Language:Java 100.0%