You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2019/04/10 05:13:52 UTC

[directory-server] branch jenkinsfile2 updated: Enable tests for Java 11

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

seelmann pushed a commit to branch jenkinsfile2
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/jenkinsfile2 by this push:
     new 36da98a  Enable tests for Java 11
36da98a is described below

commit 36da98a3fe9f88499aefaaa96d2a5366718f08b9
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Wed Apr 10 07:13:41 2019 +0200

    Enable tests for Java 11
---
 Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 70ed2b2..dc6c759 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -81,8 +81,7 @@ pipeline {
             }
           }
           steps {
-            // TODO: skip tests until ehcache fix
-            sh 'mvn -V clean verify -DskipTests'
+            sh 'mvn -V clean verify'
           }
           post {
             always {