Improve export of execution logs package content
Assignee
Jiri Trnka
Jiri TrnkaReporter
Jiri Trnka
Jiri TrnkaLabels
Sprint
None
Description
Steps to reproduce
None
Activity
Show:
Pavel Salamon July 12, 2023 at 1:25 PMEdited
Note: if the jobs have long enough names or the hierarchy is long enough it's possible to hit filepath limit of some operating systems. For example built-in windows zip tool seems to have problems when zip filepaths are longer than ~260 characters. Other tools such as 7zip do not have these limitations.
Jiri Trnka June 30, 2023 at 12:44 PM
name of subdirectory - ${runId}-${job file path}
name of log - ${runId}-${job file path}.log
${job file path} - slashes replace with underscores
Export of execution logs package should be improved. The zip package should:
have log files organized in sub-directories mirroring execution tree structure
name of the log file should contain jobFile (path separators '/' converted to '_')