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
The output of the XML format for the execution output API has a few issues:
<entries>
<entry>
the api should be fixed to provide a consistent format, and to preserve whitespace in the log lines.
proposal: fix the formatting differences bug, and fix xml output to preserver whitespace for API v6, but maintain old behavior for v5
The text was updated successfully, but these errors were encountered:
fix XML format for execution output for #259
f3c6d38
No branches or pull requests
The output of the XML format for the execution output API has a few issues:
<entries>
should contain<entry>
, but instead contains multiple<entries>
the api should be fixed to provide a consistent format, and to preserve whitespace in the log lines.
proposal: fix the formatting differences bug, and fix xml output to preserver whitespace for API v6, but maintain old behavior for v5
The text was updated successfully, but these errors were encountered: