Learn Code Stream

Learn Code Stream

VMware vRealize Automation

Stages

Pipeline Stages are logical groupings of Tasks to reflect the structure of the process, for example your process has a Build, Test and Release phase, the Pipeline Stages can be configured to reflect this.

Pipeline Stages
Pipeline Stages

Properties can be accessed from each stage and task using ${Stage.Task.Property} - for example, in the “Build” Stage the “Trigger Image Enumeration” task is a REST API call with a JSON response. The response property “id” is referenced using ${Build.Trigger Image Enumeration.output.responseBody.id}

Last updated on 11 Mar 2021
 Edit on GitHub