diff --git a/Jenkinsfile b/Jenkinsfile
index 93665338..1a6a0126 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,3 +1,10 @@
-buildPlugin(useContainerAgent: true, configurations: [
-[platform: 'linux', jdk: '8'],
+/*
+ * 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: 11],
])
diff --git a/pom.xml b/pom.xml
index fb2ab888..366375bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,12 +3,14 @@
org.jenkins-ci.plugins
plugin
- 4.40
+ 4.88
- 2.332.2
+
+ 2.462
+ ${jenkins.baseline}.3
999999-SNAPSHOT
@@ -17,6 +19,17 @@
ClearCase UCM Plugin
https://plugins.jenkins.io/clearcase-ucm-plugin/
hpi
+
+
+
+ io.jenkins.tools.bom
+ bom-${jenkins.baseline}.x
+ 4228.v0a_71308d905b_
+ pom
+ import
+
+
+
@@ -32,13 +45,6 @@
-
-
- MadsNielsen
- man@praqma.net
-
-
-
@@ -83,7 +89,6 @@
commons-lang
commons-lang
- 2.6
com.fasterxml.jackson.core