ks-devops icon indicating copy to clipboard operation
ks-devops copied to clipboard

Add git repo link on the Pipeline page

Open LinuxSuRen opened this issue 3 years ago • 1 comments
trafficstars

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

image

image

/good-first-issue

LinuxSuRen avatar Aug 30 '22 06:08 LinuxSuRen

@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

image

image

/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.

ks-ci-bot avatar Aug 30 '22 06:08 ks-ci-bot