Broken links to gitea web UI in Jenkins job sidebar

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: gitea-plugin
    • None
    • Environment:
      gitea 1.6 RC2
      jenkins 2.138.2
      jenkins gitea plugin 1.0.8

      On job pages for standard branches, the "Gitea" link points to:

      {server}/{organization}/{repo}/{branch}

      but this gives a 404 error, the correct link seems to be:

      {server}/{organization}/{repo}/src/branch/{branch}

       

      On job pages for pull requests, the "Gitea" link points to:

      {server}/{organization}/{repo}/{pr number}

      but this gives a 404 error, the correct link seems to be:

      {server}/{organization}/{repo}/pulls/{pr number}

            Assignee:
            Unassigned
            Reporter:
            Julien Nicoulaud
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: