Skip to content

Commit f2e119d

Browse files
committed
Require Jenkins 2.504.3 or newer
Automated tests fail with command line git 2.51.0 because the plugin depends on an older version of the git plugin and thus has an older version of the git client plugin. Use the most recent git client plugin so that CLI git 2.51.0 is supported.
1 parent f6846a6 commit f2e119d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ THE SOFTWARE.
6363
</pluginRepositories>
6464
<properties>
6565
<changelist>999999-SNAPSHOT</changelist>
66-
<jenkins.baseline>2.479</jenkins.baseline>
66+
<jenkins.baseline>2.504</jenkins.baseline>
6767
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
6868
<no-test-jar>false</no-test-jar>
6969
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
@@ -74,7 +74,7 @@ THE SOFTWARE.
7474
<dependency>
7575
<groupId>io.jenkins.tools.bom</groupId>
7676
<artifactId>bom-${jenkins.baseline}.x</artifactId>
77-
<version>5054.v620b_5d2b_d5e6</version>
77+
<version>5388.v3ea_2e00a_719a_</version>
7878
<scope>import</scope>
7979
<type>pom</type>
8080
</dependency>

0 commit comments

Comments
 (0)