• Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • subversion-plugin
    • None

      I know, that Git plugin supports Phabricator as Repository browser since 2013. Maybe same option can be added here?

          [JENKINS-25538] Add Phabricator as Repository Browser

          aristedes added a comment - - edited

          To assist with the development of this, here is the pattern:

          $baseURL/r$repoCode$commitNumber

          $repoCode is a one character code defined for the repository. It has the letter "r" before it. Really, it could all be part of the baseURL like this (where 'C' is the repository code) :

          baseURL = https://phabricator.acme.com/rC

          and then we just stick the commit number at the end.

          aristedes added a comment - - edited To assist with the development of this, here is the pattern: $baseURL/r$repoCode$commitNumber $repoCode is a one character code defined for the repository. It has the letter "r" before it. Really, it could all be part of the baseURL like this (where 'C' is the repository code) : baseURL = https://phabricator.acme.com/rC and then we just stick the commit number at the end.

          bfhzog6i added a comment -

          "C" can be string of any length in uppercase, not just one letter. The "$commitNumber" also can be partial commit sha for GIT or revision number for SVN.

          bfhzog6i added a comment - "C" can be string of any length in uppercase, not just one letter. The "$commitNumber" also can be partial commit sha for GIT or revision number for SVN.

          aristedes added a comment -

          Thanks for that clarification. If we just incorporate the repoCode into the base URL, then it shouldn't matter how long it is. We don't need to worry about git SHA since this task is only for the svn plugin.

          aristedes added a comment - Thanks for that clarification. If we just incorporate the repoCode into the base URL, then it shouldn't matter how long it is. We don't need to worry about git SHA since this task is only for the svn plugin.

            Unassigned Unassigned
            aik099 bfhzog6i
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: