Re: Cascaded choice parameters and parameter validations in Jenkins pipeline

2020-09-30 Thread Ven H
Can anyone please help with this? Regards, Venkatesh On Sun, Sep 27, 2020 at 11:51 PM Ven H wrote: > Hi, > > I have a Jenkins pipeline job. I need to define parameters with the > following requirements. > > 1. I have choice parameters which need to be populated from method calls. > > 2. Some c

Cascaded choice parameters and parameter validations in Jenkins pipeline

2020-09-27 Thread Ven H
Hi, I have a Jenkins pipeline job. I need to define parameters with the following requirements. 1. I have choice parameters which need to be populated from method calls. 2. Some choice parameters need to be populated from method calls, but based on the selection of some other choice parameters.