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

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


The following commit(s) were added to refs/heads/SUREFIRE-1701 by this push:
     new 1cbe67d  [INFRA-19342] testing H42
1cbe67d is described below

commit 1cbe67d7b5ba73c380c3853bf91430161a61d467
Author: tibordigana <[email protected]>
AuthorDate: Tue Oct 29 11:37:04 2019 +0100

    [INFRA-19342] testing H42
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7e61b7a..bfa2dfc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,10 +30,10 @@ properties(
     ]
 )
 
-final def oses = ['linux':'ubuntu', 'windows':'Windows']
+final def oses = ['linux':'H42']
 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]
+final def jdks = [14]
 
 final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
 final def goals = ['clean', 'install']

Reply via email to