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 <tibordig...@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]