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

WRONG JMETER REPORT GETTING GENERATED IN HUDSON

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • jmeter
    • None
    • Platform: All, OS: All

      The below target is used for running jmeter tests.
      <target name="jmeter.tests" depends="run-load-tests" description="launch jmeter
      load tests">
      <echo message="Starting jmeter tests..." />
      <jmeter
      jmeterhome="jakarta-jmeter-2.3.2"
      resultlog="${junitreport}/LoadTestResults.jtl">
      <testplans dir="conf" includes="*.jmx"/>
      </jmeter>
      </target>

      When I run the same from ant , I get a proper report but in Hudson plgin its
      giving an errorous report.

            manuel_carrasco manuel_carrasco
            sabapathy sabapathy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: