Overview
File artifacts are used to capture single files produced as part of a build. Example files include binaries and libraries produced as part of the build. You may also capture logs, reports, and other files of interest. Captured files may have post-processors applied to them to extract interesting features such as errors and warnings.
Configuration
The path of the file to capture is, by default, relative to the base directory for the build. If you provide a path beginning with a slash (or a drive letter on Windows), however, it will be treated as absolute. To capture files that do not have a fixed name, for example a file which includes a variable version number, you may use Apache Ant
style patterns to specify the variable part of the name.