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 2d958e044..cf017328e 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ -SNAPSHOT jenkinsci/email-ext-plugin 8 - 2.277.1 + 2.329-rc31978.fa_f50a_a_d3e46 2.57.2 1 -Dfile.encoding=UTF-8 @@ -106,8 +106,8 @@ io.jenkins.tools.bom - bom-2.277.x - 984.vb5eaac999a7e + bom-weekly + 1090.v0a_33df40457a_ import pom @@ -232,7 +232,7 @@ io.jenkins.plugins javax-mail-api - 1.6.2-2 + 1.6.2-5 junit