Skip to content

Verisky135/radioactive-parameter-plugin

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

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •