FilePublication

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

publishArtifact

whether to publish the file as an artifact

shareWithJobs

whether to share the file with other jobs

Constructors

Link copied to clipboard
constructor(path: String, publishArtifact: Boolean = false, shareWithJobs: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard