File Publication
class FilePublication(val path: String, val publishArtifact: Boolean = false, val shareWithJobs: Boolean = true)
Represents a file publication configuration.
Parameters
path
path to the file(s) to publish
publish Artifact
whether to publish the file as an artifact
share With Jobs
whether to share the file with other jobs