Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: pipeline-utility-steps-plugin
-
Labels:None
-
Similar Issues:
Description
The zip step excludes all files listed in the Ant default excludes list. It would be great to include these files:
zip zipFile: 'file.zip', defaultExcludes: false
The default value for the defaultExcludes parameter should be true (backward compatibility).
The change requires to disable default excludes on fs in the ZipStepExecution class after this line.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Summary | Allow pack Ant defaultExcludes in the zip step | Allow disabling Ant default excludes in the zip step |