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

          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 ]) } }}

          still an issue in version 2.1?

          Martin Reinhardt added a comment - still an issue 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

          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

          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 added a comment -

          I added a patch for this in JENKINS-32866

          Marc added a comment - I added a patch for this in JENKINS-32866

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

              Created:
              Updated: