Improve export of execution logs package content

Assignee

Reporter

Sprint

Description

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 '_')

Steps to reproduce

None

Activity

Show:

Pavel Salamon July 12, 2023 at 1:25 PM
Edited

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

Fixed

Details

Priority

Fix versions

QA Testing

UNDECIDED
Created June 28, 2023 at 1:58 PM
Updated October 3, 2023 at 8:44 AM
Resolved July 10, 2023 at 6:32 AM