-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: matrix-project-plugin
-
None
-
Environment:Jenkins ver. 1.596.1 on CentOS 6.6
One thing I believe that is missing in the current main job's (Multi-configuration project) console output is the result of the touchstone build (jdk6 in my case),
====================
Started by an SCM change
Building on master in workspace /var/lib/jenkins/jobs/testjob/workspace
...
Triggering testjob ยป jdk6
Triggering testjob ยป jdk8
Triggering testjob ยป jdk7
testjob ยป jdk8 completed with result SUCCESS
testjob ยป jdk7 completed with result SUCCESS
...
Finished: SUCCESS
====================
The main job's output is missing the result of the touchstone build, i.e.
testjob ยป jdk6 completed with result SUCCESS
should that output should be something like:
...
Triggering testjob ยป jdk6
testjob ยป jdk6 completed with result SUCCESS
Triggering testjob ยป jdk8
Triggering testjob ยป jdk7
testjob ยป jdk8 completed with result SUCCESS
testjob ยป jdk7 completed with result SUCCESS
...