Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Jenkins ver. 1.596.1 on CentOS 6.6
Description
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
...
Fix in https://github.com/daniel-beck/matrix-project-plugin/tree/JENKINS-27162
Will wait with PR until the main repository sorts out its dependency mess, otherwise the PR build would fail.