Jenkins: Turn down Windows zip compression
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user