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 to use its value
on the consequent parallel jobs?
--
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].
For more options, visit https://groups.google.com/d/optout.