I have 2 slaves and single job in jenkins(master) which has two
parameters(I parameterized the master job using "This build is
parameterised" , would it be possible to run the two slaves parallel
with the one parameters in slave one and another parameter in slave 2.
Note: My POM.XML will have look like below,where am passing my parameters in TESTXML.
<suiteXmlFile>
${project.basedir}/XML/${TESTXML}.xml
</suiteXmlFile>