For Jenkins pipeline, I've a parameter say `Repository` and second 
parameter say `Branch`.

Based on `Repository` value, I want to auto-populate, value for `Branch`. 

Let's say - 

if `Repository` is `BobRepo` then for `Branch` value `BobBranch` is auto 
populated

if `Repository` is `AdamRepo` then for `Branch` value `AdamBranch` is auto 
populated

This can be achieved using `Active Choice Reactive Reference Parameter`.

But if user provides, some unknown value to `Repository` like `UnknownRepo` 
then he should be allowed to type in value in `Branch` parameter which is 
not possible with `Active Choice Reactive Reference Parameter`

Can you please help how to achieve editable parameter when conditions don't 
match?

-- 
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/a27d33ca-95f0-4336-9d2e-f05dbaec1f55n%40googlegroups.com.

Reply via email to