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

scm-manager-plugin in version 1.10.0 is broken due to a regression

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • scm-manager-plugin
    • Jenkins 2.525
      scm-manager-plugin: 1.10.0 / 1.9.4

      Commit 2c47f23 reverted some changes for the combobox because of a problem with the scn url creation.

      Opening conection to http://localhost:8081/scm/repo/http:/
      ERROR: Could not communicate with Subversion server
      org.tmatesoft.svn.core.SVNException: svn: E175002: OPTIONS of '/scm/repo/http:': 400 Bad Request (http://localhost:8081)
      svn: E175002: OPTIONS request failed on '/scm/repo/http:' 

      The same error occurs in the latest version (1.10.0) when using an organization folder.

      The previous version (1.9.4) on the other hand works fine.

       

      My guess is that 8f9445d bricked it again because in  src/main/java/com/cloudogu/scmmanager/scm/RepositoryRepresentationUtil.java:32 

      the formatter uses "%s/%s (%s)" but I'm not sure if this is correct.

            sdorra Sebastian Sdorra
            querdrun Querdrun
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: