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 2019/12/27 11:46:12 UTC

[maven-surefire] branch cli updated: excluded H26

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

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


The following commit(s) were added to refs/heads/cli by this push:
     new af829fa  excluded H26
af829fa is described below

commit af829fa6cab466886ec7052ec5974e23189455a6
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Dec 27 12:45:58 2019 +0100

    excluded H26
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1811100..c24a81d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
     ]
 )
 
-final def oses = ['linux':'ubuntu && !H31', 'windows':'Windows']
+final def oses = ['linux':'ubuntu && !H31 && !H26', '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]