Jenkins Dynamic parameters based on previously selected parameter value

Kishore Tamire picture Kishore Tamire · Mar 27, 2013 · Viewed 43.1k times · Source

Here I am basically looking for a dependency parameter.

Let's say I have two dropdowns in the build parameter section. Based on the value selected from the first dropdown the possible default I want the values of the second dropdown to vary.

Is there any plugin or approach to handle this requirement effectively?

Answer

Torben Knerr picture Torben Knerr · Aug 1, 2014

This is exactly what you are looking for: https://github.com/biouno/uno-choice-plugin/wiki/Uno-Choice-Cascade-Dynamic-Choice-Parameter

It seems to be a hidden gem, haven't found it in any of the similar questions so far.