0 | I have a Jenkins job that list SVN tags. I want to make this Dynamic such that it will display my tags based on previous parameters. For e.g. if I have multiple branches (branch1, branch2, branch3) in one choice parameter, based on what parameter user has selected I want them to display tags in svn://branches/branch1 or branch2 or branch 3 Is there any way I can accomplish this? I am not much familiar with Groovy script and do not want to create 3 separate jobs in Jenkins for different branches. Tried using Active choice parameter and Extended choice parameter but no luck so far as active choice parameter need familiarity with groovy script. |