Skip to content

Commit

Permalink
Revert "Bump io.jenkins.plugins:gitlab-branch-source in /bom-weekly (#…
Browse files Browse the repository at this point in the history
…2548)" (#2552)

The 679.v1dfd3604d46e release of the GitLab branch source plugin adds
the symbol `gitLab` to its implementation of a repository browser in
PR-360. The repository browser implementation is used by the git plugin to
allow the user to choose the preferred way of displaying links to changes.

Unfortunately, the git plugin already defines the symbol `gitLab` for
a repository browser implementation. The addition of the new symbol
to the GitLab branch source plugin breaks the configuration as code
definitions of git plugin users if they have used the gitLab symbol in
their definition of global Pipeline libraries.

jenkinsci/gitlab-branch-source-plugin#360 (comment)
has more details including screenshots.

https://github.com/jenkinsci/bom/runs/17272883656 detected the failure
while testing the plugin bill of materials with git plugin 5.2.0 and
GitLab branch source plugin 679.v1dfd3604d46e.

https://issues.jenkins.io/browse/JENKINS-72104 records the GitLab branch
source plugin bug that this is reverting.

This reverts commit d5e912b.
  • Loading branch information
MarkEWaite committed Sep 30, 2023
1 parent f672109 commit 4583a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gitlab-branch-source</artifactId>
<version>679.v1dfd3604d46e</version>
<version>677.v0b_63b_038322b_</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
Expand Down

0 comments on commit 4583a9a

Please sign in to comment.