diff --git a/Jenkinsfile b/Jenkinsfile
index d88a3c1..8b3f5b5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,2 +1,11 @@
-// Build the plugin using https://github.com/jenkins-infra/pipeline-library
-buildPlugin()
+/*
+ * 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],
+ [platform: 'windows', jdk: 11],
+])
diff --git a/pom.xml b/pom.xml
index fcc15b2..8ebdf78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 3.0
+ 4.88
@@ -25,8 +25,9 @@
UTF-8
- 2.60.3
- 8
+
+ 2.462
+ ${jenkins.baseline}.3
false
@@ -36,63 +37,6 @@
http://issues.jenkins-ci.org/browse/JENKINS/component/15754
-
-
- kinow
- Bruno P. Kinoshita
- brunodepaulak@yahoo.com.br
- -3
-
- developer
-
-
-
- cesar.fa@gmail.com
- cesar1983
- Cesar Fernandes de Almeida
- -3
-
- developer
-
-
-
- ftoumikian@april.org
- floreal
- Floreal Toumikian
- +1
-
- developer
-
-
-
- orenault@gmail.com
- orenault
- Olivier Renault
- +1
-
- developer
-
-
-
- omerkel
- Oliver Merkel
- Merkel.Oliver@web.de
- +2
-
- developer
-
-
-
- yachoor
- Janusz Chorko
- jchorko@gmail.com
- +1
-
- developer
-
-
-
-
Bozenka Miljkovic
@@ -110,6 +54,17 @@
+5
+
+
+
+ io.jenkins.tools.bom
+ bom-${jenkins.baseline}.x
+ 4228.v0a_71308d905b_
+ pom
+ import
+
+
+
@@ -226,7 +181,7 @@
- scm:git:git://github.com/jenkinsci/testlink-plugin.git
+ scm:git:https://github.com/jenkinsci/testlink-plugin.git
scm:git:git@github.com:jenkinsci/testlink-plugin.git
http://github.com/jenkinsci/testlink-plugin
HEAD
@@ -251,12 +206,10 @@
commons-io
commons-io
- 2.7
commons-codec
commons-codec
- 1.11
xml-apis
@@ -268,7 +221,6 @@
org.hamcrest
hamcrest-core
- 1.3
test
@@ -291,7 +243,6 @@
org.jenkins-ci.plugins
junit
- 1.24