Skip to content

Commit

Permalink
Merge pull request #207 from jenkinsci/dependabot/maven/org.jenkins-c…
Browse files Browse the repository at this point in the history
…i.plugins-plugin-4.6

Bump plugin from 4.1 to 4.6
  • Loading branch information
bitwiseman authored Aug 12, 2020
2 parents 6df2124 + 0ba21ec commit fb6ab94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
buildPlugin(configurations: buildPlugin.recommendedConfigurations())
buildPlugin(configurations: [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: "2.235.3", javaLevel: "8" ],
[ platform: "linux", jdk: "11", jenkins: "2.235.3", javaLevel: "8" ]
])
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.1</version>
<version>4.6</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.176.x</artifactId>
<version>9</version>
<version>11</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit fb6ab94

Please sign in to comment.