I'm trying to get a parallel build going with the build flow plugin. I got
it to work as follows:

   1. A job that runs on branch "master" and pushes "master-ci" with "git
   push origin master:master-ci".
   2. A bunch of parallel tasks that run on "master-ci" branch.
   3. A final task that pushes "master-ci" to "master-succeeded" (optional).

What I'd like to do is avoid the step (1) of creating and pushing a branch,
read the GIT_COMMIT via the Git plugin when the flow starts (or maybe from
a job) and then pass it to every parallel build.

Question: How can I publish the environment value of GIT_COMMIT from a
build to a flow?

Thx
dB.

-- 

dB. | Moscow - Geneva - Seattle - New York
dblock.org <http://www.dblock.org> -
@dblockdotorg<http://twitter.com/#!/dblockdotorg>

Reply via email to