Stage
This node uses the key name
as a default prefix if not given a map.
Types
Keys
If given a map, the following keys are supported:
name
— The name of the stage (type: string, e.g.:unit tests
)if
— Condition to determine if a build, stage, or job should be run, a config source imported, or a notification sent (type: string, e.g.:branch = master
) details
Examples
name: unit tests
if: branch = master
unit tests