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

Non-multibranch pipelines do not have any changeset information

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • blueocean-plugin
    • None
    • Blue Ocean - Candidates

      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:

            Unassigned Unassigned
            reinholdfuereder Reinhold Füreder
            Votes:
            11 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated: