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/01/24 16:40:27 UTC

[maven-surefire] branch jenkins updated: exclude H40

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

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


The following commit(s) were added to refs/heads/jenkins by this push:
     new 1478fd1  exclude H40
1478fd1 is described below

commit 1478fd12be243cf526bcf8124f330b917b96552d
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Jan 24 17:40:14 2020 +0100

    exclude H40
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 303eba8..3542456 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
     ]
 )
 
-final def oses = ['linux':'ubuntu && !H23 && !H29 && !H30', 'windows':'Windows']
+final def oses = ['linux':'ubuntu && !H23 && !H29 && !H30 && !H40', '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]