In jenkins I'd like to do this:


parameters {
    choice(
            name: 'blah',
            choices: 'one\ntwo\ncustom',
            description: 'if you choose custom enter a custom number'
    )
}


So they have three options on the drop down, but it would be nice if when 
they select the "custom" choice jenkins pops an input box to type in raw 
user input.


Is this possible? I don't want to use user input during the pipeline run 
because that means they need to choose custom then wait for jenkins to get 
to the stage where it asks them for input.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8af8daee-3580-4e4f-a6be-2aa6632b1c71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to