You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/11/10 17:44:38 UTC

[maven-surefire] 01/01: investigating CI failure

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

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

commit d70293b0259a640732c60df312665301fbd6496e
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Nov 10 18:44:28 2019 +0100

    investigating CI failure
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 986c1bf..3326f50 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,10 +30,10 @@ properties(
     ]
 )
 
-final def oses = ['linux':'ubuntu', 'windows':'Windows']
-final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.6.x']
+final def oses = ['linux':'ubuntu']
+final def mavens = ['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']