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 2022/02/22 07:10:26 UTC

[maven-surefire] branch master updated: [jenkins] excludes h49-shared which caused UmlautDirIT.testUmlaut() build failure on dir renaming error && JDK18 && maven 3.2

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 e916128  [jenkins] excludes h49-shared which caused UmlautDirIT.testUmlaut() build failure on dir renaming error && JDK18 && maven 3.2
e916128 is described below

commit e916128ef52bfc1746f923281b105d991e67953a
Author: tibor.digana <ti...@apache.org>
AuthorDate: Tue Feb 22 08:10:04 2022 +0100

    [jenkins] excludes h49-shared which caused UmlautDirIT.testUmlaut() build failure on dir renaming error && JDK18 && maven 3.2
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d5514e2..7551851 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -29,7 +29,7 @@ properties(
         disableConcurrentBuilds()
     ]
 )
-final def oses = ['linux':'ubuntu', 'windows':'windows-he']
+final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
 final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.2.x']
 // all non-EOL versions and the first EA
 final def jdks = [18, 17, 11, 8]