diff --git a/Jenkinsfile b/Jenkinsfile
index 18218b7..b3312ef 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,5 +1,11 @@
/*
- See the documentation for more options:
- https://github.com/jenkins-infra/pipeline-library/
-*/
-buildPlugin(useContainerAgent: true)
+ * See the documentation for more options:
+ * https://github.com/jenkins-infra/pipeline-library/
+ */
+buildPlugin(
+ forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores
+ useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
+ configurations: [
+ [platform: 'linux', jdk: 21],
+ [platform: 'windows', jdk: 17],
+])
diff --git a/pom.xml b/pom.xml
index 73d90f2..8bf0f6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.jenkins-ci.plugins
plugin
- 4.33
+ 4.88
io.jenkins.plugins
@@ -15,9 +15,8 @@
999999-SNAPSHOT
- 2.263
- ${jenkins.baseline}.1
- 8
+ 2.462
+ ${jenkins.baseline}.3
jenkinsci/${project.artifactId}-plugin
4.3
@@ -29,7 +28,7 @@
io.jenkins.tools.bom
bom-${jenkins.baseline}.x
- 961.vf0c9f6f59827
+ 4228.v0a_71308d905b_
import
pom
@@ -40,7 +39,6 @@
org.jenkins-ci.plugins
git
- 4.8.1
org.jenkins-ci.plugins
@@ -73,7 +71,7 @@
- scm:git:git://github.com/${gitHubRepo}.git
+ scm:git:https://github.com/${gitHubRepo}.git
scm:git:git@github.com:${gitHubRepo}.git
https://github.com/${gitHubRepo}
${scmTag}
@@ -118,12 +116,4 @@
-
-
-
- reda-alaoui
- Réda Housni Alaoui
- reda-alaoui@hey.com
-
-