Skip to content
Snippets Groups Projects

Resolve "Send deployment information in job API"

All threads resolved!
Compare and Show latest version
10 files
+ 120
1
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 1
0
@@ -40,6 +40,7 @@ class Build < CommitStatus
@@ -40,6 +40,7 @@ class Build < CommitStatus
delegate :url, to: :runner_session, prefix: true, allow_nil: true
delegate :url, to: :runner_session, prefix: true, allow_nil: true
delegate :terminal_specification, to: :runner_session, allow_nil: true
delegate :terminal_specification, to: :runner_session, allow_nil: true
delegate :gitlab_deploy_token, to: :project
delegate :gitlab_deploy_token, to: :project
 
delegate :trigger_short_token, to: :trigger_request, allow_nil: true
##
##
# The "environment" field for builds is a String, and is the unexpanded name!
# The "environment" field for builds is a String, and is the unexpanded name!
Loading