-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: pipeline-utility-steps-plugin
-
Environment:jenkins: 2.40
pipeline-utility: 1.2.2
When using the zip task, symlinks are not preserved. The contents of the symlinks are copied in instead.
Â
dir("a_dir_with_symlinks_in_it"){
                       zip dir: '', glob: '', zipFile: "../my.zip"
}