diff --git a/Jenkinsfile b/Jenkinsfile
index 87a086da..a601785c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1 +1,15 @@
-buildPlugin(configurations: buildPlugin.recommendedConfigurations())
+//def buildConfiguration = buildPlugin.recommendedConfigurations()
+
+def lts = "2.176.1"
+def weekly = "2.199"
+def buildConfiguration = [
+ [ platform: "linux", jdk: "8", jenkins: lts, javaLevel: "8" ],
+ [ platform: "windows", jdk: "8", jenkins: lts, javaLevel: "8" ],
+ [ platform: "linux", jdk: "11", jenkins: lts, javaLevel: "8" ],
+ [ platform: "windows", jdk: "11", jenkins: lts, javaLevel: "8" ],
+ // Also build on recent weekly
+// [ platform: "linux", jdk: "11", jenkins: weekly, javaLevel: "8" ],
+// [ platform: "windows", jdk: "11", jenkins: weekly, javaLevel: "8" ]
+]
+
+buildPlugin(configurations: buildConfiguration)
diff --git a/pom.xml b/pom.xml
index b06b821a..fbedab0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
org.jenkins-ci.plugins
plugin
- 3.49
+ 3.55
saml
@@ -44,7 +44,7 @@ under the License.
1.1.5
-SNAPSHOT
- 2.164.1
+ 2.176.1
8
1.30
@@ -121,7 +121,7 @@ under the License.
org.jenkins-ci.plugins
mailer
- 1.24
+ 1.29
compile