Skip to content

Commit c179a1a

Browse files
authored
[JENKINS-72104] Rename repository browser symbol for compatibility (#361)
1 parent 1dfd360 commit c179a1a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/java/io/jenkins/plugins/gitlabbranchsource/helpers/GitLabBrowser.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ private URL diffLink(GitChangeSet.Path path) throws IOException {
7575
.expand());
7676
}
7777

78-
@Symbol("gitLab")
78+
// [JENKINS-72104] notes that the symbol 'gitLabBrowser' is used
79+
// instead of the preferred 'gitLab' symbol in order to not break
80+
// compatibility for existing git plugin users. The git plugin
81+
// already defines a repository browser with the symbol "gitLab".
82+
@Symbol("gitLabBrowser")
7983
@Extension
8084
public static class DescriptorImpl extends Descriptor<RepositoryBrowser<?>> {
8185

0 commit comments

Comments
 (0)