Skip to content

Commit 4943dff

Browse files
authored
Merge branch 'master' into dependabot/maven/org.jenkins-ci.plugins-plugin-4.55
2 parents 729183b + f7f1f6b commit 4943dff

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
buildPlugin(useContainerAgent: true, configurations: [
2-
[platform: 'linux', jdk: '8'],
32
[platform: 'linux', jdk: '11'],
4-
[platform: 'linux', jdk: '17', jenkins: '2.342' ],
3+
[platform: 'linux', jdk: '17', jenkins: '2.375' ],
54
])

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<revision>1.2</revision>
1818
<changelist>-SNAPSHOT</changelist>
1919
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
20-
<jenkins.version>2.289.3</jenkins.version>
20+
<jenkins.version>2.375.1</jenkins.version>
2121
</properties>
2222

2323
<name>Parameterized Scheduler</name>
@@ -91,8 +91,8 @@
9191
<dependencies>
9292
<dependency>
9393
<groupId>io.jenkins.tools.bom</groupId>
94-
<artifactId>bom-2.289.x</artifactId>
95-
<version>1500.ve4d05cd32975</version>
94+
<artifactId>bom-2.375.x</artifactId>
95+
<version>1750.v0071fa_4c4a_e3</version>
9696
<scope>import</scope>
9797
<type>pom</type>
9898
</dependency>

0 commit comments

Comments
 (0)