i have jenkins task deploy svn tags. have list subversion tag parameter (tags) svn repository select tag deploy url http://svnserver/tags/producta need add previous parameter select product parameter: products values: producta, productb,....
and use value selected in list suversion tag parameter. if products=producta tags= http://svnserver/tags/producta if products=productb tags= http://svnserver/tags/productb
i tried several plugin "uno choice" or "active choices",.. nothing.
any idea. thanks
in company, using git , linux.
for jobs, need display git branches , i've used extended choice parameter plugin (with groovy script).
here configuration: 
i think can use same template svn command that:
svn ls -v ^/tags
Comments
Post a Comment