dependency
Adds a dependency on a job with the specified id.
Example:
dependency("build")Content copied to clipboard
Parameters
job Id
id of the job to depend on
Adds a dependency on a job with the specified id and a list of files.
Example:
dependency("build", listOf("build/libs/app.jar", "build/reports"))Content copied to clipboard
Parameters
job Id
id of the job to depend on
files
list of files to depend on
Adds a dependency on the specified job
Parameters
job
the job to depend on
Adds a dependency on the specified job with a list of files
Parameters
job
the job to depend on
files
list of files to depend on