Skip to content

Commit f41b4d6

Browse files
committed
Update version for plugin BOM respect to Jenkin minimum version i.e. 2.472
1 parent 3ee01c0 commit f41b4d6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
buildPlugin(useContainerAgent: true, configurations: [
22
[platform: 'linux', jdk: 21],
3-
[platform: 'windows', jdk: 17],
3+
[platform: 'windows', jdk: 17]
44
])

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<properties>
2626
<revision>1.321</revision>
2727
<changelist>999999-SNAPSHOT</changelist>
28+
<jenkins.baseline>2.462</jenkins.baseline>
2829
<jenkins.version>2.472</jenkins.version>
2930
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3031
<no-test-jar>false</no-test-jar>
@@ -105,8 +106,8 @@
105106
<dependencies>
106107
<dependency>
107108
<groupId>io.jenkins.tools.bom</groupId>
108-
<artifactId>bom-2.361.x</artifactId>
109-
<version>2102.v854b_fec19c92</version>
109+
<artifactId>bom-${jenkins.baseline}.x</artifactId>
110+
<version>3258.vcdcf15936a_fd</version>
110111
<scope>import</scope>
111112
<type>pom</type>
112113
</dependency>

0 commit comments

Comments
 (0)