Jenkins: Turn down Windows zip compression

This commit is contained in:
RichardG867
2022-02-07 17:39:59 -03:00
parent bb25829dbc
commit 2654642090

View File

@@ -430,7 +430,7 @@ cd archive_tmp
if is_windows if is_windows
then then
# Create zip. # Create zip.
"$sevenzip" a -y -mx9 "$(cygpath -w "$cwd")\\$package_name.zip" * "$sevenzip" a -y "$(cygpath -w "$cwd")\\$package_name.zip" *
status=$? status=$?
elif is_mac elif is_mac
then then