We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5dae9 commit 531bb72Copy full SHA for 531bb72
Jenkinsfile
@@ -3,8 +3,10 @@
3
https://github.com/jenkins-infra/pipeline-library/
4
*/
5
buildPlugin(
6
- useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
+ useContainerAgent: true,
7
+ forkCount: '1C', // Set to `false` if you need to use Docker for containerized tests
8
configurations: [
9
[platform: 'linux', jdk: 21],
10
[platform: 'windows', jdk: 17],
11
+ [platform: 'linux', jdk: 25],
12
])
pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
- <version>5.18</version>
+ <version>5.19</version>
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
0 commit comments