• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • tasks-plugin
    • None
    • Platform: All, OS: All

      Hi,

      as posted on the ML I modifed an existing job with v1.6 of the tasks plugin and
      performed two test builds. Build #9 had 7 open tasks and build #10 had 1. The
      listings show both correct, but the graphic on the job overview page is buggy:
      It says that both build 9 + 10 had 1 open tasks. Clicking on build #9 shows the
      right number of open tasks for this build.

      build.xml from the builds:
      BUILD 09:
      =========
      <?xml version='1.0' encoding='UTF-8'?>
      <build>
      <builtOn></builtOn>
      <hudsonVersion>1.136</hudsonVersion>
      <scm class="hudson.scm.SubversionChangeLogParser"/>
      <number>9</number>
      <result>FAILURE</result>
      <duration>439379</duration>
      <keepLog>false</keepLog>
      <actions class="vector">
      <hudson.scm.SubversionTagAction>
      <tags class="hudson.util.CopyOnWriteMap$Tree">
      <no-comparator/>
      <entry>
      <hudson.scm.SubversionSCM_-SvnInfo>

      <url>http://dev1.rz.kuttig.com/repos/KUTTIG/tools/ocs/AdminSuite/trunk</url>
      <revision>1051</revision>
      </hudson.scm.SubversionSCM_-SvnInfo>
      <list/>
      </entry>
      </tags>
      <build class="build" reference="../../.."/>
      </hudson.scm.SubversionTagAction>
      <hudson.plugins.tasks.TasksResultAction>
      <owner class="build" reference="../../.."/>
      <result>
      <owner class="build" reference="../../../.."/>
      <numberOfTasks>7</numberOfTasks>
      <delta>0</delta>
      <highPriorityTasks>0</highPriorityTasks>
      <lowPriorityTasks>0</lowPriorityTasks>
      <normalPriorityTasks>7</normalPriorityTasks>
      <high>FIXME</high>
      <normal>TODO</normal>
      <low>REMOVE</low>
      </result>
      <healthReportBuilder>
      <healthy>1</healthy>
      <unHealthy>10</unHealthy>
      <isHealthEnabled>true</isHealthEnabled>
      <reportName>Task Scanner</reportName>
      <itemName>open tasks</itemName>
      <isThresholdEnabled>false</isThresholdEnabled>
      <threshold>0</threshold>
      </healthReportBuilder>
      </hudson.plugins.tasks.TasksResultAction>
      </actions>
      </build>

      BUILD 10:
      =========

      <?xml version='1.0' encoding='UTF-8'?>
      <build>
      <builtOn></builtOn>
      <hudsonVersion>1.136</hudsonVersion>
      <scm class="hudson.scm.SubversionChangeLogParser"/>
      <number>10</number>
      <result>SUCCESS</result>
      <duration>130787</duration>
      <keepLog>false</keepLog>
      <actions class="vector">
      <hudson.scm.SubversionTagAction>
      <tags class="hudson.util.CopyOnWriteMap$Tree">
      <no-comparator/>
      <entry>
      <hudson.scm.SubversionSCM_-SvnInfo>

      <url>http://dev1.rz.kuttig.com/repos/KUTTIG/tools/ocs/AdminSuite/trunk</url>
      <revision>1052</revision>
      </hudson.scm.SubversionSCM_-SvnInfo>
      <list/>
      </entry>
      </tags>
      <build class="build" reference="../../.."/>
      </hudson.scm.SubversionTagAction>
      <hudson.plugins.tasks.TasksResultAction>
      <owner class="build" reference="../../.."/>
      <result>
      <owner class="build" reference="../../../.."/>
      <numberOfTasks>1</numberOfTasks>
      <delta>-6</delta>
      <highPriorityTasks>0</highPriorityTasks>
      <lowPriorityTasks>0</lowPriorityTasks>
      <normalPriorityTasks>1</normalPriorityTasks>
      <high>FIXME</high>
      <normal>TODO</normal>
      <low>REMOVE</low>
      </result>
      <healthReportBuilder>
      <healthy>1</healthy>
      <unHealthy>10</unHealthy>
      <isHealthEnabled>true</isHealthEnabled>
      <reportName>Task Scanner</reportName>
      <itemName>open tasks</itemName>
      <isThresholdEnabled>false</isThresholdEnabled>
      <threshold>0</threshold>
      </healthReportBuilder>
      </hudson.plugins.tasks.TasksResultAction>
      </actions>
      </build>

          [JENKINS-796] Trend graphic is wrong

          zeisss added a comment -

          My configuration:
          Unstable treshold: <empty>
          Health report: 1 and 10

          zeisss added a comment - My configuration: Unstable treshold: <empty> Health report: 1 and 10

          Ulli Hafner added a comment -

          Verified.

          Ulli Hafner added a comment - Verified.

          Ulli Hafner added a comment -

          Fixed in HEAD.

          Testcase HealthReportBuilderTest#testIssue796.

          Ulli Hafner added a comment - Fixed in HEAD. Testcase HealthReportBuilderTest#testIssue796.

            drulli Ulli Hafner
            zeisss zeisss
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: