Skip to content

Commit 48cb1c3

Browse files
committed
Test gitlab API 6.2.0 coordinated update
Rather than create a compatibility layer for the breaking changes between GitLab API 5.8 and 6.x, we're planning a coordinated release of the API plugin and the three plugins that depend on it. Users will need to upgrade the API plugin and the dependent plugins at the same time. Tests the following 4 pull requests: * jenkinsci/gitlab-api-plugin#121 * jenkinsci/gitlab-branch-source-plugin#517 * jenkinsci/gitlab-logo-plugin#133 * jenkinsci/gitlab-oauth-plugin#201 Testing done: * Confirmed the 6.2.0 API upgrade works in each of the pull requests * Confirmed this set of changes pass their own tests locally on the weekly line
1 parent 3655223 commit 48cb1c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bom-weekly/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,12 +427,12 @@
427427
<dependency>
428428
<groupId>io.jenkins.plugins</groupId>
429429
<artifactId>gitlab-api</artifactId>
430-
<version>5.8.1-106.vef1de800710e</version>
430+
<version>6.2.0-129.v770352b_103a_6</version>
431431
</dependency>
432432
<dependency>
433433
<groupId>io.jenkins.plugins</groupId>
434434
<artifactId>gitlab-branch-source</artifactId>
435-
<version>724.v6e30226050b_3</version>
435+
<version>734.v0de96a_c7d739</version>
436436
</dependency>
437437
<dependency>
438438
<groupId>io.jenkins.plugins</groupId>
@@ -1194,12 +1194,12 @@
11941194
<dependency>
11951195
<groupId>org.jenkins-ci.plugins</groupId>
11961196
<artifactId>gitlab-logo</artifactId>
1197-
<version>221.v4041f5e65573</version>
1197+
<version>230.v55939e9c183d</version>
11981198
</dependency>
11991199
<dependency>
12001200
<groupId>org.jenkins-ci.plugins</groupId>
12011201
<artifactId>gitlab-oauth</artifactId>
1202-
<version>1.23</version>
1202+
<version>1.24-rc666.3643a_b_77dd6f</version>
12031203
</dependency>
12041204
<dependency>
12051205
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)