artifact Rules
Artifact publishing rules. Empty by default, i.e. no artifacts will be published by the build.
Example. Publish a directory
artifactRules = "+:result"
Content copied to clipboard
Example. Publish contents of a directory as an archive
artifactRules = "+:result/** => result.zip"
Content copied to clipboard