-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Maven --batch-mode not supressing jib progress report #1513
Comments
Thanks for the PR. I also suggested in the past the batch mode should suppress the progress. Perhaps we should seriously consider it. For now, you can set |
Thanks, I'll try that, still better than grep-filtering. |
The previous discussion around disabling the progress for the batch mode: #1344 (comment) |
Fixed by #1514. |
@fralalonde v1.0.2 released with the fix. Thanks for your contribution! |
When captured by non-interactive terminal, Jib's maven plugin output of transfer progress makes job logs much longer / dirtier than they should be. This is a minor, but very real pain point when trying to keep Continuous Integration logs meaningful and readable.
Maven provides the
--batch-mode
CLI option to suppress such progress reports. Jib should use the same mechanism to suppress it's output when specified.Here's a partial sample output of jib when running in non-interactive terminal:
The text was updated successfully, but these errors were encountered: