stage

val stage: Stage? = null(source)

The Stage this job is a part of.

Stages are a simple way to group jobs and execution order. However, jobs can ignore this order, for example by using dependsOn.

If set to null, see the official documentation.