Skip to content

Commit

Permalink
Use detached plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 21, 2022
1 parent c6656eb commit 662fd15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
])
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/email-ext-plugin</gitHubRepo>
<java.level>8</java.level>
<jenkins.version>2.277.1</jenkins.version>
<jenkins.version>2.331</jenkins.version>
<hpi.compatibleSinceVersion>2.57.2</hpi.compatibleSinceVersion>
<concurrency>1</concurrency>
<argLine>-Dfile.encoding=UTF-8</argLine>
Expand Down Expand Up @@ -106,8 +106,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.277.x</artifactId>
<version>984.vb5eaac999a7e</version>
<artifactId>bom-weekly</artifactId>
<version>1117.v62a_f6a_01de98</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 662fd15

Please sign in to comment.