ks-devops
ks-devops copied to clipboard
Add git repo link on the Pipeline page
Sometimes we want to open the git repository page when checking a Pipeline status. For now, people need to find the git repository address from the YAML file or log output, then open the git repository page manually.
Suggestion
We might need to do something in both the backend and front end.
Backend
Put the git repository link to the annotations by the controller. The important thing is that we need to consider each circumstance of the git providers.
Frontend
Add link for the following pages:
- Pipeline status page
- PR, branch, git page of the multi-branch Pipeline
Screenshots


/good-first-issue
@LinuxSuRen: This request has been marked as suitable for new contributors.
Please ensure the request meets the requirements listed here.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.
In response to this:
Sometimes we want to open the git repository page when checking a Pipeline status. For now, people need to find the git repository address from the YAML file or log output, then open the git repository page manually.
Suggestion
We might need to do something in both the backend and front end.
Backend
Put the git repository link to the annotations by the controller. The important thing is that we need to consider each circumstance of the git providers.
Frontend
Add link for the following pages:
- Pipeline status page
- PR, branch, git page of the multi-branch Pipeline
Screenshots
/good-first-issue
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.