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/18 05:52:43 UTC

[couchdb] branch master updated: [Jenkins] Try to cleanup hung beam.smp (FreeBSD) (#2468)

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

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 7214e50  [Jenkins] Try to cleanup hung beam.smp (FreeBSD) (#2468)
7214e50 is described below

commit 7214e506199f41babd09611c7ab3564291d5be06
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Sat Jan 18 05:52:32 2020 +0000

    [Jenkins] Try to cleanup hung beam.smp (FreeBSD) (#2468)
---
 build-aux/Jenkinsfile.full | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index f13be06..c6ca2e2 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -152,7 +152,8 @@ pipeline {
               junit '**/.eunit/*.xml, **/_build/*/lib/couchdbtest/*.xml, **/src/mango/nosetests.xml, **/test/javascript/junit.xml'
             }
             cleanup {
-              sh 'rm -rf $COUCHDB_IO_LOG_DIR'
+              sh 'killall -9 beam.smp || true'
+              sh 'rm -rf ${WORKSPACE}/* ${COUCHDB_IO_LOG_DIR} || true'
             }
           } // post
         } // stage FreeBSD