We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload not just the plist reports but the whole reports directory to help debugging.
Should be able to configure in the server_config,json where the compressed report directory should be stored.
server_config,json
{ "report_dir_store": "/some/path", ... }
If the report_dir_store is not configured in the server config file the client should not send the compressed report directory.
report_dir_store
The compressed report directories should be stored separately for each product and run.
/some/path/myproduct1/myrun1-report-dir.zip /some/path/myproduct1/myrun2-report-dir.zip /some/path/myproduct2/myrun2-report-dir.zip
Keep only the last report directory zip for each run.
The text was updated successfully, but these errors were encountered:
csordasmarton
No branches or pull requests
Upload not just the plist reports but the whole reports directory to help debugging.
Should be able to configure in the
server_config,json
where the compressed report directory should be stored.If the
report_dir_store
is not configured in the server config file the client should not send the compressed report directory.The compressed report directories should be stored separately for each product and run.
Keep only the last report directory zip for each run.
The text was updated successfully, but these errors were encountered: