Skip to content

Commit abae3e4

Browse files
Use Jenkins 2.361 LTS (#73)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
1 parent 2435696 commit abae3e4

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Jenkinsfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
buildPlugin()
1+
/*
2+
See the documentation for more options:
3+
https://github.com/jenkins-infra/pipeline-library/
4+
*/
5+
buildPlugin(
6+
useContainerAgent: true,
7+
configurations: [
8+
[platform: 'linux', jdk: 11],
9+
[platform: 'linux', jdk: 17]
10+
])

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>4.51</version>
6+
<version>4.55</version>
77
<relativePath />
88
</parent>
99

@@ -29,7 +29,7 @@
2929
<checkstyle.skip>true</checkstyle.skip>
3030
<spotbugs.skip>true</spotbugs.skip>
3131
<maven.javadoc.skip>true</maven.javadoc.skip>
32-
<jenkins.version>2.332.4</jenkins.version>
32+
<jenkins.version>2.361.4</jenkins.version>
3333
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
3434
</properties>
3535

0 commit comments

Comments
 (0)