Dependency

class Dependency(val job: String)

Represents a dependency on another job.

Parameters

job

id of the job to depend on

Constructors

Link copied to clipboard
constructor(job: String)

Properties

Link copied to clipboard

Optional list of files to depend on

Link copied to clipboard
val job: String
Link copied to clipboard

When set to true, this job runs even if the job it depends on fails