Skip to content

Commit

Permalink
Refresh plugin for September 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 27, 2023
1 parent a1e17c7 commit b3ded78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
@@ -1,4 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: "windows", jdk: "8" ],
[ platform: "linux", jdk: "11" ]
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.43.1</version>
<version>4.73</version>
<relativePath />
</parent>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down Expand Up @@ -64,15 +64,15 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.289.1</jenkins.version>
<jenkins.version>2.387.3</jenkins.version>
<no-test-jar>false</no-test-jar>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1289.v5c4b_1c43511b_</version>
<artifactId>bom-2.387.x</artifactId>
<version>2465.va_e76ed7b_3061</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit b3ded78

Please sign in to comment.