-
Improvement
-
Resolution: Unresolved
-
Minor
Currently when checking out multiple repositories or a single repository with submodules the Git plugin only displays the commit sha(s) and branch name(s) for each of the repositories being checked out on the job details page and as part of the Git Build Data.
It would be useful to have the Organization/Project and Repository name(s) displayed alongside the commit sha(s) and branch name(s). This makes it easier to associate the changes to the repository.
- is related to
-
JENKINS-29840 when workflow uses multiple git repos the "git build data" and "tags" become next to useless.
-
- Open
-
-
JENKINS-47689 Repository names missing in currentBuild.changeSets nor display in Change log page when using multiple repositories
-
- Open
-
- relates to
-
JENKINS-38676 git summary should show the repository URL
-
- Closed
-
[JENKINS-54868] Display Organization/Project and Repository name(s) on the job details page
Link | New: This issue is related to JENKINS-47689 [ JENKINS-47689 ] |
Link | New: This issue is related to JENKINS-29840 [ JENKINS-29840 ] |
Assignee | Original: Mark Waite [ markewaite ] |
Labels | Original: configuration git jenkins pipeline plugin plugins | New: configuration git newbie-friendly pipeline |
Assignee | New: Fábio Silva [ zedasvacas ] |
Attachment | New: Jenkins.png [ 50157 ] |
Assignee | Original: Fábio Silva [ zedasvacas ] | New: Mark Waite [ markewaite ] |
I have successfully tried to add the organization/project name and made it looks like this.
But as you can see above, I still haven't found the right way to get the repository name. As far as I know, there is not a specific defined 'name' for a git repository. For a local repository, the name should be the root folder name; or if it is a GitHub repo, the only way to get the repository is to parse the repository address. Any further suggestions? Thanks very much!