Hmmm, the latest version of the Parameterized Trigger plugin (2.25) has this
(see the ***):
------

This plugin lets you trigger new builds when your build has completed, with
various ways of specifying parameters for the new build. You can add
multiple configurations: each has a list of projects to trigger, a condition
for when to trigger them (based on the result of the current build), and a
parameters section.

There is also a Parameterized Remote Trigger Plugin in case you want to
trigger a build on a different/remote Jenkins Master.

The parameters section can contain a combination of one or more of the
following:

    a set of predefined properties
    ***  properties from a properties file read from the workspace of the
triggering build ***
    the parameters of the current build
    Subversion revision: makes sure the triggered projects are built with
the same revision(s) of the triggering build. You still have to make sure
those projects are actually configured to checkout the right Subversion
URLs.
    Restrict matrix execution to a subset: allows you to specify the same
combination filter expression as you use in the matrix project configuration
and further restricts the subset of the downstream matrix builds to be run.

The parameter section is itself pluggable, and other plugins can contribute
other sources of parameters.
-----

I'll have to take a look at the part above where I added the stars. Might be
exactly what I need.



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Share-environment-variables-between-jobs-tp2990985p4712991.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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/d/optout.

Reply via email to