- Updated the Jenkinsfile to match the new constant names for jdks and maven installations
diff --git a/Jenkinsfile b/Jenkinsfile
index 4190ded..add76b2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,8 +41,8 @@
     }
 
     tools {
-        maven 'Maven 3 (latest)'
-        jdk 'JDK 1.8 (latest)'
+        maven 'maven_3_latest'
+        jdk 'jdk_1.8_latest'
     }
 
     options {