-
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}