Skip to content
New issue

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

[JENKINS-27931] Allow to configure the number of bytes to keep from stdout/stderr #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

avaiss
Copy link

@avaiss avaiss commented Apr 22, 2015

This patch allows to configure the maximum desired size to keep from stdout/stderr on tests.

By default the value of 1Kb (for succeeding test) and 100Kb (for failing test) are kept.

Setting a value of -1 will keep all output, 0 will keep nothing, X will truncate to X bytes, provided that keepLongStdio is false. On fact my personal preference goes to keep none for succeeding tests, and keep all for failing ones.

@jenkinsadmin
Copy link
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

@tfiskgul
Copy link

This looks promising, I was just looking for something like this. @starch could you rebase this again to resolve the merge conflicts? It would be great if a maintainer could review it also.

@avaiss
Copy link
Author

avaiss commented Sep 17, 2017

Just rebased (sorry for the delay).

@timja
Copy link
Member

timja commented Jul 30, 2020

if you / or someone else rebases this against current master I can take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants