-
Improvement
-
Resolution: Fixed
-
Minor
-
None
When using multiple git repositories in a pipeline, the git plugin adds a sumary for each built repository that looks something like
<git image> Revision: <sha1 of built revision>
- a branch
- another branch
... - another branch
(Usually only one branch, but some cases show more).
This summary could benefit from adding the repository URL or a human readable name, so that users can quickly see which revision belongs to what repository. Especially true when there are multiple repositories in a single build.
Before the change
Before the change in PR-1067, the UI looked like this:
After the change
After the change in PR-1067, the UI now looks like this:
- relates to
-
JENKINS-54868 Display Organization/Project and Repository name(s) on the job details page
-
- In Review
-
- links to
[JENKINS-38676] git summary should show the repository URL
Assignee | Original: Mark Waite [ markewaite ] |
Attachment | New: ksnip_20210331-133645.png [ 54395 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR-1067 display repository with other git build data (Web Link)" [ 26616 ] |
Assignee | New: Mark Waite [ markewaite ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |
Attachment | New: git-build-data-repository-missing.png [ 54449 ] |
Description |
Original:
When using multiple git repositories in a pipeline, the git plugin adds a sumary for each built repository that looks something like <git image> Revision: <sha1 of built revision> * a branch * another branch ... * another branch (Usually only one branch, but some cases show more). This summary could benefit from adding the repository URL or a human readable name, so that users can quickly see which revision belongs to what repository. Especially true when there are multiple repositories in a single build. |
New:
When using multiple git repositories in a pipeline, the git plugin adds a sumary for each built repository that looks something like
<git image> Revision: <sha1 of built revision> * a branch * another branch ... * another branch (Usually only one branch, but some cases show more). This summary could benefit from adding the repository URL or a human readable name, so that users can quickly see which revision belongs to what repository. Especially true when there are multiple repositories in a single build. h2. Before the change Before the change in PR-1067, the UI looked like this: !git-build-data-repository-missing.png|! h2. After the change After the change in PR-1067, the UI now looks like this: |
Attachment | New: git-build-data-repository-included.png [ 54450 ] |