File Publication
data class FilePublication(val path: String, val publishArtifacts: Boolean, val sharedWithJobs: Boolean)
Represents a file publication configuration.
Parameters
path
path to the file(s) to publish
publish Artifacts
whether to publish the file as an artifact
shared With Jobs
whether to share the file with other jobs