JobHcl2

data class JobHcl2(val allowFs: Boolean? = null, val enabled: Boolean? = null, val vars: Map<String, Any>? = null)

Constructors

Link copied to clipboard
constructor(allowFs: Boolean? = null, enabled: Boolean? = null, vars: Map<String, Any>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowFs: Boolean? = null

(boolean: false) - Set this to true to be able to use HCL2 filesystem functions

Link copied to clipboard
val enabled: Boolean? = null

(boolean: false) - Deprecated All HCL jobs are parsed as HCL2 by default.

Link copied to clipboard
val vars: Map<String, Any>? = null

Additional variables to use when templating the job with HCL2