wohali commented on a change in pull request #598: Enable OS process IO logging
+ upload for Travis and Jenkins tests
URL: https://github.com/apache/couchdb/pull/598#discussion_r122053363
##########
File path: Jenkinsfile
##########
@@ -65,6 +65,9 @@ pipeline {
withDockerContainer(image: 'couchdbdev/centos-6-erlang-18.3',
args: '-e LD_LIBRARY_PATH=/usr/local/bin --user 0:0') {
sh '''
cwd=$(pwd)
+ rm -rf /tmp/couchjslogs
+ mkdir -p /tmp/couchjslogs
+ export COUCHDB_IO_LOG_DIR=/tmp/couchjslogs
Review comment:
You want this envvar in the `environment {}` block at the top of the file so
you don't have to repeat yourself 10 times.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services