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

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


The following commit(s) were added to refs/heads/jdk12 by this push:
     new 8da32e4  JDK 12
8da32e4 is described below

commit 8da32e487ddc40ce5fb7b8ecf5005165c4bed7a8
Author: Tibor17 <tibordig...@apache.org>
AuthorDate: Mon Dec 10 04:09:21 2018 +0100

    JDK 12
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 420b230..e12ff02 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ properties(
 
 final def oses = ['linux':'ubuntu && !H24', 'windows':'Windows']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.5.x', '3.3.x', '3.2.x'] : 
['3.5.x']
-final def jdks = [12, 8, 7]
+final def jdks = [12]
 
 final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
 final def goals = ['clean', 'install', 'jacoco:report']

Reply via email to