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 2020/04/26 20:21:13 UTC

[maven-surefire] branch INFRA-20188 created (now b505177)

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

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


      at b505177  a test for INFRA-20188

This branch includes the following new commits:

     new b505177  a test for INFRA-20188

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-surefire] 01/01: a test for INFRA-20188

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b50517737ae215abb3f4f5f41b38acb2659a5b3e
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Apr 26 22:21:05 2020 +0200

    a test for INFRA-20188
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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