I have BulidFlow like this
My job is parameterized for different tests.
out.println 'Checking out & creating workspace and TestDrive T:'
build( "workspace_checkout" )
ignore(UNSTABLE) {
betaSuite =build ("suite_test", suiteToTest: "T:/TestLab/betaSuiteTests.xml" )
}
ignore(UNSTABLE){
availabilityTest =build ("suite_test", suiteToTest: "T:/TestLab/AvailabilityTest.xml" )
}
Test results are showing as per build job name.