Hello Expects,


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. 
*Is there any way to change the job name in the aggregated test results?  *

<https://lh5.googleusercontent.com/-n3j5AroWeoc/VN3ZZUrKvJI/AAAAAAAAIi8/4lAAKVyqlS8/s1600/blog-jenkins-aggregated-test-results.PNG>

Original post updated here : 
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Test+Aggregator+Plugin?focusedCommentId=75891296&#comment-75891296

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c37ba57f-8faf-4ae5-b944-1f48a03ae2f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to