Your Apps in Action

Use this form to visualize JSON schema for configuring Gitlab CI.


{{repoTitle.MainEntity}}

services Similar to `image` property, but will link the specified services to the `image` container.

# Actions
{{$index+1}}.
before_script Defines scripts that should run *before* the job. Can be set globally or per job.

# Actions
{{$index+1}}.
after_script Defines scripts that should run *after* the job. Can be set globally or per job.

# Actions
{{$index+1}}.
.variables
_

.default
_

default.after_script Defines scripts that should run *after* the job. Can be set globally or per job.

# Actions
{{$index+1}}.
.default.artifacts
_

default.artifacts.paths A list of paths to files/folders that should be included in the artifact.

# Values Actions
{{$index+1}}.
default.artifacts.exclude A list of paths to files/folders that should be excluded in the artifact.

# Values Actions
{{$index+1}}.
.default.artifacts.reports
_

default.before_script Defines scripts that should run *before* the job. Can be set globally or per job.

# Actions
{{$index+1}}.
default.services Similar to `image` property, but will link the specified services to the `image` container.

# Actions
{{$index+1}}.
default.tags Used to select runners from the list of available runners. A runner must have all tags listed here to run the job.

# Values Actions
{{$index+1}}.
stages Groups jobs into stages. All jobs in one stage must complete before next stage is executed. Defaults to ['build', 'test', 'deploy'].

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

workflow.rules rules

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

.variables
_workflow_rules


{{message}}