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 9, 2022
1 parent 3215af2 commit 5b5ac91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 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' ],
])
8 changes: 4 additions & 4 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.329-rc31978.fa_f50a_a_d3e46</jenkins.version> <!-- TODO https://github.com/jenkinsci/jenkins/pull/6165 -->
<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>1090.v0a_33df40457a_</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -232,7 +232,7 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>javax-mail-api</artifactId>
<version>1.6.2-2</version>
<version>1.6.2-5</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 5b5ac91

Please sign in to comment.