Skip to content

Commit

Permalink
Update to Jenkins LTS 2.332 baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Oct 30, 2022
1 parent 59de237 commit f77e641
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!groovy
def recentLTS = '2.332.1'
def recentLTS = '2.361.2'
buildPlugin(configurations: [
[ platform: 'linux', jdk: '8', jenkins: null ],
[ platform: 'windows', jdk: '11', jenkins: recentLTS ],
[ platform: 'linux', jdk: '11', jenkins: recentLTS ],
// Test with Java 17
[ platform: 'linux', jdk: '17', jenkins: '2.342' ],
[ platform: 'linux', jdk: '17', jenkins: recentLTS ],
])
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,19 @@
<revision>2</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.289.3</jenkins.version>
<jenkins.version>2.332.4</jenkins.version>
</properties>

<!-- For RequireUpperBoundDeps -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.289.x</artifactId>
<version>1500.ve4d05cd32975</version>
<artifactId>bom-2.332.x</artifactId>
<version>1654.vcb_69d035fa_20</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.8.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit f77e641

Please sign in to comment.