Skip to content

Commit

Permalink
Merge pull request #16 from batmat/update-parent-pom
Browse files Browse the repository at this point in the history
Update parent pom
  • Loading branch information
batmat authored Jan 4, 2021
2 parents 327f96d + fa6a6bd commit a3ddd8b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
buildPlugin(configurations: buildPlugin.recommendedConfigurations())
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.222.1', javaLevel: "8" ],

// Checking JDK 11
[ platform: "linux", jdk: "11", jenkins: null ]
])
4 changes: 2 additions & 2 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>3.42</version>
<version>4.15</version>
<relativePath />
</parent>
<artifactId>variant</artifactId>
Expand Down Expand Up @@ -71,7 +71,7 @@
</plugins>
</build>
<properties>
<jenkins.version>2.60.3</jenkins.version>
<jenkins.version>2.249.1</jenkins.version>
<java.level>8</java.level>
</properties>
</project>

0 comments on commit a3ddd8b

Please sign in to comment.