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

Svn revisions not showing up in pipeline build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • subversion-plugin
    • Jenkins-1.646
      Pipeline 1.13
      Subversion 2.5.7

      For pipeline builds it seems like the svn revision information isn't displayed on the build page like it is for normal freestyle builds.
      Correct me if I'm wrong but this seems like a bug to me, the corresponding information is shown correctly if I check out a git repository.
      I've attached some screenshots of a freestyle build and pipeline build.

      After looking in the build.xml and comparing between a freestyle build and pipeline build it is clear that the information is there, it is just not presented in the UI.

      Workflow script:

      node {
          svn '<<<svn-url>>>'
          bat 'echo "%BUILD_NUMBER%" > hello.txt'
          archive '*.txt'
      }
      

        1. jenkins_pl_bug1.free.png
          88 kB
          Jon Sten
        2. jenkins_pl_bug1.pipe.png
          90 kB
          Jon Sten
        3. screenshot-1.png
          5 kB
          Reinhold Füreder

            Unassigned Unassigned
            jons Jon Sten
            Votes:
            2 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: