Hi all,
I installed Build Flow plugin to build a job 10 times. One of my files that 
has some configuration in it, is different in all 10 tests but other files 
are the same in all tests.

The code is:

for(int i=0;i<10;i++){
 build("my-job");
}


MY problem is that I don't know how can I tell the test that used the 
proper file?

Thanks all

-- 
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/16c5fd5e-ff85-463c-82f8-34c131a42c23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to