nickva 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_r122055699
##########
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:
I had it there at first but noticed the tests were run in a
`withDockerContainer` clause and wasn't sure environment vars would propagate
into that environment
----------------------------------------------------------------
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