-
Notifications
You must be signed in to change notification settings - Fork 84
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
Output truncated with python colorful #211
Comments
Thanks for a detailed report.
It seems it is pretty exotic. Would you be able to post a screenshot from your terminal showing it in action with multiple lines of text? |
Thanks but I think you posted the incorrect output coming from Jenkins log (this is useful on its own). What I was interested to see is your actual terminal (bash/putty etc.) showing how the correct output should look like. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@tszmytka oh, I haven't responded to this, sorry about that. Also attaching the file itself: Running Jenkins 2.290 and ansicolor 0.7.5 ATM. |
I'm not sure if it's a bug in ansicolor-plugin itself, but at least the output differs from an xterm window.
The problem is the output gets truncated in the Jenkins output, while running the same command in a terminal, it displays fine.
I've opened timofurrer/colorful#46 as well, because I think printing that
[26m
is the main culprit, but as I mentioned, the output looks just fine in a terminal.Test environment
Expected behavior
I would expect to see the same output as in a terminal.
Actual behavior
Truncates the output:
Steps to reproduce the behavior
Python script to trigger it:
https://gist.github.com/bra-fsn/5f875a29bf043ae74748f2f9b2dbac81
The text was updated successfully, but these errors were encountered: