Non-multibranch pipelines do not have any changeset information

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Problem
      Non-multibranch pipelines do not have any changeset information

      Steps to reproduce

      1. Create a Pipeline using the Jenkinsfile below
      2. Run the Pipeline
      3. There is no revision information

      Jenkinsfile

      node {
        stage('checkout') {
          checkout([$class: 'SubversionSCM',
              locations: [[local: '.', remote: 'http://svn.apache.org/repos/asf/poi/trunk/sonar/']],
              workspaceUpdater: [$class: 'UpdateUpdater']
          ])
        }
      }
      

      Original request
      (See https://groups.google.com/forum/?utm_source=footer#!topic/jenkinsci-users/FwBdR0UB6Qc)

      In BlueOcean (v1.2.0) pipeline activity view the column 'COMMIT' always only shows a '-' (dash): 

      • Is that okay or what should be shown there?
      • Side note: it is a "Pipeline from SCM" using SVN.

      Please note that in the 'Changes' tab the SVN commit is nicely listed with SVN commit ID and message though:

            Assignee:
            Unassigned
            Reporter:
            Reinhold Füreder
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: