In the Jenkins copy artifacts plugins, it follows ant includes
attributes of fileset.
If I give Output/**/*
it copies everything including the Output
folder.
How can I tell to copy only everything inside Output
folder but not the Output
folder iteself.
source: Output/v2.1/xxx/*.*
Destination:v2.1/xxx/*.*