Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-09 18:09:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-09 18:09:13 +0300
commit9c39a0a9b81f06f6345a6b6e071b8e8cd249c064 (patch)
tree45caaf45fac61866d8cc9098487a78b17c1016a0 /lib/gitlab/data_builder
parent53af44b90f87cdd8d7126d64669848b0e2be5960 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/data_builder')
-rw-r--r--lib/gitlab/data_builder/deployment.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/data_builder/deployment.rb b/lib/gitlab/data_builder/deployment.rb
index f50ca5119b7..267c2d32ca9 100644
--- a/lib/gitlab/data_builder/deployment.rb
+++ b/lib/gitlab/data_builder/deployment.rb
@@ -16,6 +16,7 @@ module Gitlab
object_kind: 'deployment',
status: deployment.status,
status_changed_at: status_changed_at,
+ deployment_id: deployment.id,
deployable_id: deployment.deployable_id,
deployable_url: deployable_url,
environment: deployment.environment.name,