diff --git a/Jenkinsfile b/Jenkinsfile
index ccf2add38..28d8dcb1a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,4 +2,11 @@
* See the documentation for more options:
* https://github.com/jenkins-infra/pipeline-library/
*/
-buildPlugin(useContainerAgent: true)
+buildPlugin(useContainerAgent: true,
+ configurations: [
+ [platform: 'linux', jdk: '17', jenkins: '2.375'],
+ [platform: 'linux', jdk: '11', jenkins: '2.361.3'],
+ [platform: 'windows', jdk: '8']
+ ]
+
+)
diff --git a/pom.xml b/pom.xml
index 08689d9fc..991a6a8a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
hpi
- 1.5.37
+ 1.6.0
-SNAPSHOT
2.346.3
Max