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 218de3c included H35 218de3c is described below commit 218de3cec8af0717a6318fa43399f811a78b07ae Author: tibordigana <tibordig...@apache.org> AuthorDate: Thu May 14 12:54:04 2020 +0200 included H35 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a887d81..6508b37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ properties( ] ) -final def oses = ['linux':'ubuntu && !H35', 'windows':'Windows'] +final def oses = ['linux':'ubuntu', '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]