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

Add "repository browser" support to the SCMContext.svn() method

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Minor Minor
    • job-dsl-plugin
    • None

      The Subversion Source Code management plugin for Jenkins allows you to specify the tool you use to browse your SVN repository. This adds a <browser> section to your config.xml file.

      Add support for ViewSVN and FishEye first:

      <browser class="hudson.scm.browsers.ViewSVN>
      <url>http://mycompany.com/viewvn/repo_name</url>
      </browser>

      and

      <browser class="hudson.scm.browsers.FishEyeSVN>
      <url>http://mycompany.com/viewvn/repo_name</url>
      <rootModule>my_root_module</rootModule>
      </browser>

            andrewharmellaw Andrew Harmel-Law
            andrewharmellaw Andrew Harmel-Law
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: