Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-27162

main job's console output does not include touchstone build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • matrix-project-plugin
    • None
    • 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
      ...

            danielbeck Daniel Beck
            neon Neon Ngo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: