2015-03-17 o 04:44, Bala murugan:
So I have 21 different jobs which runs seperately for each git repo and archives the artifact.

And i have a job which deploys to a integration environment. in this job, i want to have these 21 jobs as choices , and i can select what jobs i need to copy each time when i trigger this job,, the problem for me is if i have extended choice parameter i cannot use that value to pass to the copy_artifact plugin.

Does it make sense of what i am trying to achieve?

You can use a Conditional step with a Regular expression match. You still need 21 steps... which is kind of hard to set up... But it is doable.

In the below screen "WhatBranchShoulBeUsed" is a Choice Parameter exposed to users (on of its values is "release").


--
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5507FE55.80803%40mol.com.pl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to