Re: How to access jobs variables with Build Flow Plugin?

2014-03-27 Thread hi
:* Tuesday, March 25, 2014 11:25 AM *To:* jenkins...@googlegroups.com javascript: *Subject:* How to access jobs variables with Build Flow Plugin? My Build Flow job has the following structure: b = build(Build) parallel ( { build(Test-Device, device: id1) }, { build(Test

RE: How to access jobs variables with Build Flow Plugin?

2014-03-27 Thread Ginga, Dick
...@renatorodrigues.me Sent: Thursday, March 27, 2014 11:29 AM To: jenkinsci-users@googlegroups.com Subject: Re: How to access jobs variables with Build Flow Plugin? Can I use Groovy Postbuild with Build Flow or should I use only the first? On Tuesday, March 25, 2014 4:51:54 PM UTC, rginga wrote: I do not have

How to access jobs variables with Build Flow Plugin?

2014-03-25 Thread hi
My Build Flow job has the following structure: b = build(Build) parallel ( { build(Test-Device, device: id1) }, { build(Test-Device, device: id2) } ) In the Build job, I have a variable: export DEVICES=id1 id2. From the flow DSL, how can I have access to this variable in order

RE: How to access jobs variables with Build Flow Plugin?

2014-03-25 Thread Ginga, Dick
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of h...@renatorodrigues.me Sent: Tuesday, March 25, 2014 11:25 AM To: jenkinsci-users@googlegroups.com Subject: How to access jobs variables with Build Flow Plugin? My Build Flow job has the following structure: b = build(Build) parallel ( { build