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/10/27 17:07:25 UTC

[maven-surefire] branch master updated: [INFRA-19342] excluded jenkins-win-he-de-4 and H42

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 701e918  [INFRA-19342] excluded jenkins-win-he-de-4 and H42
701e918 is described below

commit 701e918382aefaa07d7cb789b34c4250a89fc7b0
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Oct 27 01:22:43 2019 +0200

    [INFRA-19342] excluded jenkins-win-he-de-4 and H42
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7e61b7a..0ddbee3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ properties(
     ]
 )
 
-final def oses = ['linux':'ubuntu', 'windows':'Windows']
+final def oses = ['linux':'ubuntu && !H42', 'windows':'Windows && !jenkins-win-he-de-4']
 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]