Skip to content

Commit

Permalink
Refresh plugin (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Sep 4, 2023
1 parent f075fe8 commit 7290fc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
13 changes: 3 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
buildPlugin(configurations: [
// Test Windows & Linux with default values
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: null ],

// More recent LTS, only Linux
[ platform: "linux", jdk: "8", jenkins: '2.346.2' ],

// Checking JDK 11
[ platform: "linux", jdk: "11", jenkins: null ]
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<!-- Baseline Jenkins version you use to build and test the plugin. Users must have this version or newer to run. -->
<version>4.44</version>
<version>4.63</version>
<relativePath />
</parent>
<artifactId>variant</artifactId>
Expand Down Expand Up @@ -45,8 +45,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<version>1508.v4b_d09ff0e893</version>
<artifactId>bom-2.361.x</artifactId>
<version>2081.v85885a_d2e5c5</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -70,7 +70,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.319.3</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
<maven.test.dependency.excludes>org.jenkins-ci.plugins:beer</maven.test.dependency.excludes>
</properties>
</project>

0 comments on commit 7290fc0

Please sign in to comment.