Hi,

I tried passing the Build Node in the DSL and it is not working.

My Node parameter name is set to "Build_Here". 

and in DSL i am passing it as 

build("Job1",BUILD_NODE:"Build_Here")
parallel({ build("Job2",BUILD_NODE:"Build_Here") },{ 
build("JOb3",BUILD_NODE:"Build_Here") },{ 
build("JOb4",BUILD_NODE:"Build_Here") })


This is not working. The JOb 1 starts at other Node that is available.

Also, I also need to pass the SVN URL as a parameter to Job 1.

Any help will be appreciated

-Nooram.

On Tuesday, March 3, 2015 at 9:10:40 PM UTC+5:30, Katie Outram wrote:
>
> Has anyone had success using the Build Flow Plugin with the Node Label 
> Parameter Plugin?
>  
> Right now I have a build flow that executes some of the steps on Machine A 
> and other steps on Machine B, eventhough I am passing the NODE_NAME and 
> NODE_LABELS to the children jobs via an Environment Variable file.
>  
> If you have done this, do you have any suggestions on how to make certain 
> all of the builds that are part of the flow operate on either Machine A or 
> Machine B and not both?
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/bbb75410-42c1-4415-8c74-70c35e521d0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to