Update Jenkinsfile

remove testing of path etc
diff --git a/Jenkinsfile b/Jenkinsfile
index 3250bda..0515888 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,8 +23,6 @@
         echo "Testing with Java $JAVA_JDK_8"
         stage('JAVA'){
         withEnv(["Path+JDK=$JAVA_JDK_8\\bin","JAVA_HOME=$JAVA_JDK_8"]) {
-                bat "set"
-                bat "echo %PATH%"
                 bat "echo %JAVA_HOME%"
                 }
         } //end stage JAVA