You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/17 22:58:50 UTC

[couchdb] 01/01: [Jenkins] Try to cleanup hung beam.smp (FreeBSD)

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

wohali pushed a commit to branch jenkins-cleanup-freebsd
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 14e219ff2fe1e8db4979ee6be1a81ad9bc4dee28
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Fri Jan 17 17:58:21 2020 -0500

    [Jenkins] Try to cleanup hung beam.smp (FreeBSD)
---
 build-aux/Jenkinsfile.full | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index f13be06..1cf4c2f 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -152,6 +152,7 @@ pipeline {
               junit '**/.eunit/*.xml, **/_build/*/lib/couchdbtest/*.xml, **/src/mango/nosetests.xml, **/test/javascript/junit.xml'
             }
             cleanup {
+              sh 'killall -9 beam.smp >/dev/null 2>&1'
               sh 'rm -rf $COUCHDB_IO_LOG_DIR'
             }
           } // post