Skip to content

tiket/radioactive-parameter-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radioactive-parameter-plugin

Introduction

Dropdown choice parameter that allow user to show/hide other parameters for each option (dynamic parameters).

Getting started

Jenkins DSL use:

radioactiveParameter {

	name(String value)
	
	description(String value)
	
	// Set default selected options.
	selectedOption(String value)
	
	// List all options and enabled parameters for each option (comma separated).
	options {
		option {
			// Options name.
			optionName(String value)
			// Comma separated list of enabled parameters name.
			enabledParameters(String value)
		}
	}

}

Contributing

TODO review the default CONTRIBUTING file and make sure it is appropriate for your plugin, if not then add your own one adapted from the base file

Refer to our contribution guidelines

About

Jenkins plugin that allows dynamic parameter.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 69.3%
  • JavaScript 25.3%
  • HTML 5.4%