OutputFiles

Manages output files configuration for a job. Allows specifying files to share with other jobs or publish as pipeline artifacts.

Example:

outputFiles {
sharedWithJobs("build/libs/**/*.jar")
pipelineArtifacts("build/reports/**/*")
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Adds a file to publish as a pipeline artifact.

Link copied to clipboard

Adds a file to share with other jobs in the pipeline.