environment
environment(
input:WithMeta<EnvironmentInput>):EnvironmentModel
Create an environment model for deployment environment configuration.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
|
|
|
Environment properties and optional model metadata. |
Returns
Section titled “Returns”EnvironmentModel
An EnvironmentModel for use in a JobInput.
Example
Section titled “Example”environment({ name: "production", url: "https://example.com" })