hi, thx for suggestion.  I have it running, but the only issue i run into 
is that if it actually fail, it is not triggerring a post action. like if 
it fail i want it to trigger parameterized build on other project. but its 
not doing this.

out.println params["browser"]
out.println params["baseUrl"]
parallel (
  retry ( 2 ) {  build( "test1 , param1: params["browser"] , param2: 
params["baseUrl"] ) },
  retry ( 2 ) {  build( "test2" , param1: params["browser"] , param2: 
params["baseUrl"] ) },
)

I have a post build after this.  Any suggestion? thx

-- 
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/9cca7b61-e750-4513-bf01-20f24629eadf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to