-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Sometime it is needed to copy more than one file, for example, xml files contained on a directory. The equivalent of:
scp my_dir/*.xml user@server:output_directory/
I think not be able to copy more than one file at once is a limitation
- links to
[JENKINS-53361] Copy files using a regular expresion
Remote Link | New: This issue links to "PR (Web Link)" [ 22153 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
+1, Thanks for logging this sermelo. Nice to have feature. I will look into it soon, please don't mind to issue a pull request if you have already some ideas around this.
And also we can achieve this by running a script to create a temp directory with filter and just copy that directory over instead, but yeah it is a bit of hacky.