Hi,

I am using the build flow plugin to set up a workflow. I'd like to be able 
to pass around a large set of parameters from the parent job to all 
dependent jobs. I want to be able to set parameters just once when I run 
the workflow. At the same time, I also want to be able to set them when I 
am running individual jobs. 

At the moment, I have the following options:
1) Use a properties file which can be passed easily from parent to child or 
passed to an individual job.
This means anyone changing parameters needs to do it in the file before 
running the workflow on jenkins.

2) Both the parent and dependent jobs have a long list of parameters in 
their "Configure" page. When I run the workflow, I will have to pass them as

build("job1", parent_param1: params["param1"])

 to each of the dependent jobs.

Is there a better way to do this?

Thanks,
Renuka.



-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to