-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
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"
}
Hi,
still valid with