artifactRules

Artifact publishing rules. Empty by default, i.e. no artifacts will be published by the build.

Example. Publish a directory

artifactRules = "+:result"

Example. Publish contents of a directory as an archive

artifactRules = "+:result/** => result.zip"
*/