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:16:00 UTC

[maven-surefire] branch jenkins-nodes-errors created (now ca23ac5)

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

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


      at ca23ac5  excluded only H35

This branch includes the following new commits:

     new ca23ac5  excluded only H35

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-surefire] 01/01: excluded only H35

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

    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]