NM, there's an issue with build flow. https://issues.jenkins-ci.org/browse/JENKINS-22779
On Monday, January 12, 2015 at 3:00:22 PM UTC-8, Lam Le wrote: > > 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/47084c18-9b5b-4295-9017-951c8b438a5e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.