You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
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 otherfiles 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?