Skip to content

Commit 0acc99a

Browse files
authored
Added pipeline.deploy.reason to pipeline values (#9444)
Co-authored-by: Sandeep Shenoy <>
1 parent 236a021 commit 0acc99a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

jekyll/_cci2/deploy/set-up-rollbacks.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ When customizing your rollback configuration, you can use the following pipeline
8686
* `pipeline.deploy.target_version`
8787
* `pipeline.deploy.current_version`
8888
* `pipeline.deploy.namespace`
89+
* `pipeline.deploy.reason`
8990

9091
==== Deploy markers for rollbacks
9192
You can use deploy markers with the `--rollback` flag to indicate rollback deployment:

jekyll/_includes/partials/pipelines-and-triggers/pipeline-values.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,4 +457,11 @@ a| * GitLab: push, merge request
457457
| icon:check[]
458458
| icon:times[]
459459

460+
| `pipeline.deploy.reason`
461+
| GitHub App
462+
| String
463+
| Only for use with xref:deploy/set-up-rollbacks#[rollbacks]. The reason for the deployment or rollback.
464+
| icon:check[]
465+
| icon:times[]
466+
460467
|===

0 commit comments

Comments
 (0)