-
Improvement
-
Resolution: Unresolved
-
Minor
The cryptic message:
ERROR: Failed to archive artifacts: bar.txt java.io.EOFException: Unexpected end of ZLIB input stream
...followed by an extensive stack trace should be replaced by more user-friendly messaging that directly references the problem, when the problem is insufficient file permissions to archive the file... just say that!
See JENKINS-47566 for how to reproduce and some further discussion.
HT: mattiasa for opening the original issue and pushing back on the original issue's closure.
[JENKINS-53474] Ineffective log messaging when lacking file permissions to archive artifact
Description |
Original:
The cryptic message: ERROR: Failed to archive artifacts: bar.txt java.io.EOFException: Unexpected end of ZLIB input stream followed by an extensive stack trace should be replaced by more user-friendly messaging that directly references the problem, when the problem is insufficient file permissions to archive the file... just say that! See JENKINS-47566 for how to reproduce and some further discussion. HT: [~mattiasa] for opening the original issue and pushing back on the original issue's closure. |
New:
The cryptic message: {noformat} ERROR: Failed to archive artifacts: bar.txt java.io.EOFException: Unexpected end of ZLIB input stream{noformat} ...followed by an extensive stack trace should be replaced by more user-friendly messaging that directly references the problem, when the problem is insufficient file permissions to archive the file... just say that! See JENKINS-47566 for how to reproduce and some further discussion. HT: [~mattiasa] for opening the original issue and pushing back on the original issue's closure. |
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |
Labels | New: diagnostics |