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

Parameter showGraphs: true has no effect using Pipeline job

      Parameter showGraphs: true has no effect using Pipeline job. No graph is displayed on the job page.

          [JENKINS-35265] Parameter showGraphs: true has no effect using Pipeline job

          Martin Stolle created issue -
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 171506 ] New: JNJira + In-Review [ 184335 ]

          S. Panchenko added a comment -

          The same issue: Build Pipeline Plugin 1.5.8, Jenkins ver. 2.150.1, Log Parser Plugin 2.0.

          timestamps { node ("some_node") {
            stage ('Build&Test') {  // ... }
            stage ('Log Parser') {
              step([$class: 'LogParserPublisher', projectRulePath: "../parse_rules", useProjectRule: true, showGraphs: true, unstableOnWarning: false, failBuildOnError: false])
          }
          }}

          S. Panchenko added a comment - The same issue: Build Pipeline Plugin 1.5.8, Jenkins ver. 2.150.1, Log Parser Plugin 2.0. timestamps { node ( "some_node" ) { stage ( 'Build&Test' ) { // ... } stage ( 'Log Parser' ) { step([$class: 'LogParserPublisher' , projectRulePath: "../parse_rules" , useProjectRule: true , showGraphs: true , unstableOnWarning: false , failBuildOnError: false ]) } }}
          Martin Reinhardt made changes -
          Assignee Original: Manuel Recena Soto [ recena ] New: Martin Reinhardt [ mreinhardt ]

          still an issue in version 2.1?

          Martin Reinhardt added a comment - still an issue in version 2.1?
          Martin Reinhardt made changes -
          Assignee Original: Martin Reinhardt [ mreinhardt ] New: S. Panchenko [ amdokamal ]

          Christian Opitz added a comment - - edited

          Is there anywhere a changelog for 2.1?

          For me it is still not showing in version 2.1

          Christian Opitz added a comment - - edited Is there anywhere a changelog for 2.1? For me it is still not showing in version 2.1
          S. Panchenko made changes -
          Assignee Original: S. Panchenko [ amdokamal ] New: Manuel Recena Soto [ recena ]

          Jeremy Hannon added a comment -

          Yes this still appears to be an issue in LogParserPlugin v2.1 with Jenkins 2.204.5.

          We had log parser graphs before with "Classic" Jenkins jobs, but once we switched to pipeline jobs the Log Parser graphs aren't showing up on the job page. We are using the following in our `Jenkinsfile`:

          {{logParser failBuildOnError: true, projectRulePath: 'log_parser_rules.txt', }}
              showGraphs: true, useProjectRule: true, parsingRulesPath: ''

          Jeremy Hannon added a comment - Yes this still appears to be an issue in LogParserPlugin v2.1 with Jenkins 2.204.5. We had log parser graphs before with "Classic" Jenkins jobs, but once we switched to pipeline jobs the Log Parser graphs aren't showing up on the job page. We are using the following in our `Jenkinsfile`: {{logParser failBuildOnError: true, projectRulePath: 'log_parser_rules.txt', }}     showGraphs: true, useProjectRule: true, parsingRulesPath: ''
          Marc made changes -
          Link New: This issue is related to JENKINS-32866 [ JENKINS-32866 ]

            recena Manuel Recena Soto
            martin_stolle Martin Stolle
            Votes:
            4 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated: