Skip to content

[REL-3988] Documenting rollback pipeline values #9393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -422,4 +422,39 @@ a| * GitLab: push, merge request
| icon:check[]
| icon:times[]

| `pipeline.deploy.component_name`
| GitHub App
| String
| The name of a component to be rolled back. Specified by the user when triggering a rollback pipeline.
| icon:check[]
| icon:times[]

| `pipeline.deploy.environment_name`
| GitHub App
| String
| The name of the target environment for a rollback. Specified by the user when triggering a rollback pipeline.
| icon:check[]
| icon:times[]

| `pipeline.deploy.namespace`
| GitHub App
| String
| The name of the target namespace for a rollback. Specified by the user when triggering a rollback pipeline.
| icon:check[]
| icon:times[]

| `pipeline.deploy.current_version`
| GitHub App
| String
| The expected live version for a component in a given environment when performing a rollback. Specified by the user when triggering a rollback pipeline.
| icon:check[]
| icon:times[]

| `pipeline.deploy.target_version`
| GitHub App
| String
| The target version for a rollback. Specified by the user when triggering a rollback pipeline.
| icon:check[]
| icon:times[]

|===