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 8801286 [jenkinsfile] enabled H42 and jenkins-win-he-de-4 8801286 is described below commit 880128607da4552cc438023a7802dd1800c5eca7 Author: tibordigana <tibordig...@apache.org> AuthorDate: Sat Nov 2 20:17:16 2019 +0100 [jenkinsfile] enabled H42 and jenkins-win-he-de-4 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 80048ff..de51324 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ properties( ] ) -final def oses = ['linux':'ubuntu && !H42', 'windows':'Windows && !jenkins-win-he-de-4'] +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 = [14, 13, 11, 8, 7]