Francesco, there are actually many ways to do this. 1. use Pipeline script or System groovy build step or post build - "trigger parameterized builds on other projects" to pass in parameter x
2. with system groovy script, you can create/update a global variable that all builds will see On Sat, Feb 11, 2017 at 5:43 AM, francesco desposito < [email protected]> wrote: > Hello, > I want to group the jobs referring to a single project together. > Then I would like to define some parameters at group level and I want that > those parameters are automatically passed to the jobs belonging to that > group. > For example I want to create a group P1 with jobs a1, b1, c1. Then I > define a parameter x for P1. I would like that x is automatically defined > for the jobs a1, b1, c1. > > Is that possible? > > Thanks > > -- > 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/22d8816b-881c-48b6-be2b-f031e9b2ee48%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/22d8816b-881c-48b6-be2b-f031e9b2ee48%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Dick Ginga Build Engineer [email protected] -- 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/CAL3PpaXUaU2AABOmzSCvtgKosDa9%2BieeQ9pDYusAgYWnyBAH1Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
