diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
index 00000000..5399dafd
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,12 @@
+/*
+See the documentation for more options:
+https://github.com/jenkins-infra/pipeline-library/
+*/
+buildPlugin(
+ forkCount: '1C', // Run a JVM per core in tests
+ useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
+ configurations: [
+ [platform: 'linux', jdk: 17],
+ [platform: 'windows', jdk: 11]
+ ]
+)
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 6eafd681..efcb6176 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 4.78
+ 4.88
@@ -15,14 +15,6 @@
Jenkins Unity3d plugin
https://plugins.jenkins.io/unity3d-plugin
-
-
- lacostej
- Jerome Lacoste
- jerome.lacoste@gmail.com
-
-
-
scm:git:https://github.com/jenkinsci/unity3d-plugin.git
scm:git:git@github.com:jenkinsci/unity3d-plugin.git
@@ -31,7 +23,9 @@
- 2.426
+
+ 2.462
+ ${jenkins.baseline}.3
false
@@ -39,8 +33,8 @@
io.jenkins.tools.bom
- bom-2.426.x
- 2839.v003b_4d9d24fd
+ bom-${jenkins.baseline}.x
+ 4228.v0a_71308d905b_
pom
import