This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 7bdeb04ac641b56ec243341e60dbefae65a9938a Author: Gautier DI FOLCO <[email protected]> AuthorDate: Mon Mar 2 10:19:48 2020 +0100 JAMES-3084 Add James' logs afters benchmarks --- JenkinsfileStressTests.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/JenkinsfileStressTests.groovy b/JenkinsfileStressTests.groovy index fead415..7fa42db 100644 --- a/JenkinsfileStressTests.groovy +++ b/JenkinsfileStressTests.groovy @@ -95,6 +95,7 @@ pipeline { always { node('target') { script { + sh 'docker logs james_run || true' sh 'docker rm -f cassandra rabbitmq elasticsearch tika swift james_run || true' sh 'sudo btrfs subvolume delete /srv/bench-running-docker' } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
