You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/05/07 05:40:59 UTC

[directory-ldap-api] branch master updated: Another attempt to fix jenkins pipeline...

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a10892  Another attempt to fix jenkins pipeline...
7a10892 is described below

commit 7a108921bd348ddddba35b596c1ed30e335cd340
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Tue May 7 07:40:56 2019 +0200

    Another attempt to fix jenkins pipeline...
---
 util/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/util/pom.xml b/util/pom.xml
index ed46b48..c9bc4fa 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -76,6 +76,14 @@
           <systemPropertyVariables>
             <workingDirectory>${basedir}/target</workingDirectory>
           </systemPropertyVariables>
+          <parallel>all</parallel>
+          <!-- Hack... Trying not to run tests in parallel... -->
+          <threadCount>1</threadCount>
+          <properties>
+            <configurationParameters>
+              junit.jupiter.execution.parallel.enabled=false
+            </configurationParameters>
+          </properties>
         </configuration>
       </plugin>