Skip to content

Commit

Permalink
Bump Jenkins version, plugin bom and plugin pom (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joseph Petersen <[email protected]>
  • Loading branch information
dependabot[bot] and jetersen authored Mar 30, 2023
1 parent 301534c commit f3597ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 7 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#!/usr/bin/env groovy
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
buildPlugin(useContainerAgent: true, platforms: ['linux'])
buildPlugin(
useContainerAgent: true,
configurations: [
[ platform: "linux", jdk: "11" ],
[ platform: "linux", jdk: "17" ],
],
)
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.47</version>
<version>4.57</version>
<relativePath />
</parent>

<properties>
<changelist>9999-SNAPSHOT</changelist>
<jenkins.version>2.321</jenkins.version>
<jenkins.version>2.361.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<no-test-jar>false</no-test-jar>
<!-- Use the same configuration than before. -->
Expand Down Expand Up @@ -82,8 +82,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.319.x</artifactId>
<version>1654.vcb_69d035fa_20</version>
<artifactId>bom-2.361.x</artifactId>
<version>1948.veb_1fd345d3a_e</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -126,7 +126,6 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>jaxb</artifactId>
<version>2.3.6-1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit f3597ca

Please sign in to comment.