Your Apps in Action

Use this form to visualize Vela Pipeline Configuration File.


{{repoTitle.MainEntity}}

.metadata
_

metadata.environment Controls which containers processes can have global env injected. Reference: https://go-vela.github.io/docs/reference/yaml/metadata/#the-environment-tag

# Values Actions
{{$index+1}}.
.worker
_

secrets Provide sensitive information. Reference: https://go-vela.github.io/docs/reference/yaml/secrets/

# name key engine type origin.image origin.name origin.pull Actions
{{$index+1}}. {{row.name}} {{row.key}} {{row.engine}} {{row.type}} {{row.origin.image}} {{row.origin.name}} {{row.origin.pull}}    
services Provide detached (headless) execution instructions. Reference: https://go-vela.github.io/docs/reference/yaml/services/

# image name pull user Actions
{{$index+1}}. {{row.image}} {{row.name}} {{row.pull}} {{row.user}}    
.stages
_

steps Provide sequential execution instructions. Reference: https://go-vela.github.io/docs/reference/yaml/steps/

# template.name image name pull detach privileged user Actions
{{$index+1}}. {{row.template.name}} {{row.image}} {{row.name}} {{row.pull}} {{row.detachSelected.DisplayText}} {{row.privilegedSelected.DisplayText}} {{row.user}}    
templates Provide the name of templates to expand. Reference: https://go-vela.github.io/docs/reference/yaml/templates/

# name source format type Actions
{{$index+1}}.
{{repoTitle.MainEntity}}

ulimits Set the user limits for the container. Reference: https://go-vela.github.io/docs/reference/yaml/services/#the-ulimits-tag

# Actions
{{$index+1}}.
{{repoTitle.MainEntity}}

.template
_steps

.template.vars
_steps

ulimits Set the user limits for the container. Reference: https://go-vela.github.io/docs/reference/yaml/steps/#the-ulimits-tag

# Actions
{{$index+1}}.
volumes Mount volumes for the container. Reference: https://go-vela.github.io/docs/reference/yaml/steps/#the-volume-tag

# Actions
{{$index+1}}.
.parameters
_steps

{{repoTitle.MainEntity}}


{{message}}