Incorrect URL of a git repository
Created by: LinuxSuRen
Describe the bug As you can see from the following screenshot. The git repository URL is incorrect when I try to import a repository from GitHub.
For this case, the git repository URL should be https://github.com/jenkinsci/jenkins
instead of jenkins
.
Currently, the backend is not able to return the URL directly. But I think we can connect the URL with: provider
, org
and repo
.
/area devops Versions used(KubeSphere/Kubernetes) KubeSphere: v3.3.0-alpha.0
Environment This is not an environmental issue.
To Reproduce Steps to reproduce the behavior:
- Go to the DevOps page
- Create a git repository
- See the list page
Expected behavior Expect an URL instead of the name of a git repository.