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 91f311b build fails but tests pass, why?
91f311b is described below
commit 91f311b6b61800852ab846e94a8f0823488c90ef
Author: tibordigana <[email protected]>
AuthorDate: Sun Nov 14 23:21:22 2021 +0100
build fails but tests pass, why?
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 8ae5db9..54f1ff1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,7 +35,7 @@ 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 = [7] // [16, 11, 8, 7]
-final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its',
'-DskipTests=true']
+final def options = ['-e', '-V', '-B', '-nsu', '-P', 'run-its']
final def goals = ['clean', 'install']
final def goalsDepl = ['clean', 'deploy', 'jacoco:report']
final Map stages = [:]