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 19:45:32 UTC

[maven-surefire] branch jenkins updated: exclude H41

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 5458de4  exclude H41
5458de4 is described below

commit 5458de4b5d35737f1ce586e64483cb1a510866c4
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Jan 24 20:45:23 2020 +0100

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

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