You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/04/25 22:37:51 UTC

[maven-surefire] branch master updated: [jenkinsfile] excluded only H35

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new d7ce2b6  [jenkinsfile] excluded only H35
d7ce2b6 is described below

commit d7ce2b639177da7de7d4e53d4a37d834d198ad0a
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Apr 26 00:15:51 2020 +0200

    [jenkinsfile] excluded only H35
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4b29517..4325c70 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
     ]
 )
 
-final def oses = ['linux':'ubuntu && !H23 && !H24 && !H29 && !H30 && !H40 && !H41', 'windows':'Windows']
+final def oses = ['linux':'ubuntu && !H35', '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 = [15, 14, 11, 8, 7]