This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch jenkins
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/jenkins by this push:
new 2d9a675 build fails but tests pass, why?
2d9a675 is described below
commit 2d9a6756bddb14b2e0ebdfdbdc0dc258abed095c
Author: tibordigana <[email protected]>
AuthorDate: Wed Nov 17 00:34:34 2021 +0100
build fails but tests pass, why?
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 79293c3..9cd415b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,10 +30,10 @@ properties(
]
)
-final def oses = ['linux':'ubuntu && !H48', 'windows':'Windows']
+final def oses = ['linux':'ubuntu, 'windows':'Windows']
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 = [8] // [16, 11, 8, 7]
+final def jdks = [18, 17, 8, 7]
final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
final def goals = ['clean', 'install']