Skip to content

uploadOutputFiles v2

Maksim Melnik Storetvedt requested to merge mstoretv/jalien:master into master

New approach for uploading files across all upload tags in a JDL.

Roughly:

-Get all files across all tags -Separate between single files and archives while these are parsed -Check if entries that are explicitly mentioned in JDL exist on disk for files/archiveEntries -Ignore empty archives -Find any single file entries that do not already exist in archives -Merge back and upload

Merge request reports