Re: Unable to get value of password parameter into another parameter

2020-07-02 Thread Martin Schmude
Jerome: can withCredentials() be used in the script of a job parameter of type 'Active Choice Reactive Parameter'? Gajanan: there is a job parameter type 'List Subversion tags (and more)'. May be this satifies your needs. You will have to setup a credential (name+password) in the Jenkins

RE: Unable to get value of password parameter into another parameter

2020-06-22 Thread Jérôme Godbout
janan Mahajan Sent: June 21, 2020 11:18 PM To: Jenkins Users Subject: Unable to get value of password parameter into another parameter In Jenkins pipeline parameter say `Branches` of type `Active Choice Reactive Parameter`, I've to auto-populate branch names hence I've following command, which

Unable to get value of password parameter into another parameter

2020-06-21 Thread Gajanan Mahajan
In Jenkins pipeline parameter say `Branches` of type `Active Choice Reactive Parameter`, I've to auto-populate branch names hence I've following command, which I can execute in parameter's Groovy script - svn ls --non-interactive --no-auth-cache --trust-server-cert --username --password