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

Expert Mode fails for Pipeline jobs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • performance-plugin
    • None
    • Jenkins v2.70
      Performance Plugin v3.2
      Windows Server 2012
      Oracle Java 1.8.0_66

      Expert Mode does not seem to be Pipeline compatible.

      When trying to publish performance results in a Pipeline job, the TaskListener passed to PerformancePublisher.evaluateInExpertMode() is a [StreamTaskListener](http://javadoc.jenkins-ci.org/hudson/util/StreamTaskListener.html) but not a [BuildListener](http://javadoc.jenkins-ci.org/hudson/model/BuildListener.html), which causes a ClassCastException.

      No problem with Freestyle jobs.

       

       

            artem_fedorov Artem Fedorov
            tilln Till Neunast
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: