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) - Set this to true if your jobspec uses the HCL2 format instead of the default HCL.

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