diff --git a/Jenkinsfile b/Jenkinsfile index 51cd2bcb1..1812a3ab3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,13 +3,9 @@ * https://github.com/jenkins-infra/pipeline-library/ */ buildPlugin(useContainerAgent: true, configurations: [ - // Test the long-term support end of the compatibility spectrum (i.e., the minimum required - // Jenkins version). - [ platform: 'linux', jdk: '8', jenkins: null ], - // Test the common case (i.e., a recent LTS release). - [ platform: 'linux', jdk: '8', jenkins: '2.303.2' ], + [ platform: 'linux', jdk: '8' ], // Test the bleeding edge of the compatibility spectrum (i.e., the latest supported Java runtime). - [ platform: 'linux', jdk: '11', jenkins: '2.303.2' ], + [ platform: 'linux', jdk: '11' ], ]) diff --git a/pom.xml b/pom.xml index 5243dd58d..8e97fc7e3 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ -SNAPSHOT jenkinsci/email-ext-plugin 8 - 2.277.1 + 2.331 2.57.2 1 -Dfile.encoding=UTF-8 @@ -106,8 +106,8 @@ io.jenkins.tools.bom - bom-2.277.x - 984.vb5eaac999a7e + bom-weekly + 1117.v62a_f6a_01de98 import pom