New line or comma separated paths to build artifacts that will be published to Artifactory.
Supports Ant-style wildcards mapping to target directories. E.g.:
**/*.zip=>winFiles - Deploys all zip files under the working directory to the winFiles directory of the target repository, maintaining the original relative path for each file.
unix/*.tgz - Deploys all tgz files under the unix directory to the root directory of the target repository, maintaining the original relative path for each file.
Pattern value can take environment variables. For example: ${WORKSPACE}/*.xml=>target/xmls