JobHcl2

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

Constructors

Link copied to clipboard
constructor(allowFs: Boolean? = null, vars: Map<String, String>? = 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 vars: Map<String, String>? = null

Additional variables to use when templating the job with HCL2