excluded H23, H29 and H30
diff --git a/Jenkinsfile b/Jenkinsfile
index c24a81d..12d0844 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@
     ]
 )
 
-final def oses = ['linux':'ubuntu && !H31 && !H26', 'windows':'Windows']
+final def oses = ['linux':'ubuntu && !H23 && !H29 && !H30', 'windows':'Windows']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.6.x']
 // all non-EOL versions and the first EA
 final def jdks = [14, 13, 11, 8, 7]