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

aduprat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit bc257bc82ab29aad7a1e7e4b2f5f096261a07495
Author: Gautier DI FOLCO <gdifo...@linagora.com>
AuthorDate: Wed Jul 3 13:42:18 2019 +0200

    JAMES-2771 Fix concurrency issues on CI benchmark
---
 JenkinsfileStressTests.groovy | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/JenkinsfileStressTests.groovy b/JenkinsfileStressTests.groovy
index 076cbdb..737f690 100644
--- a/JenkinsfileStressTests.groovy
+++ b/JenkinsfileStressTests.groovy
@@ -10,6 +10,10 @@
 // It may be used to wait for a service to be available.
 
 pipeline {
+    options {
+        disableConcurrentBuilds()
+    }
+
     agent none
 
     stages {


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to