Skip to content
Snippets Groups Projects

Support pipeline job context in Duo Chat

Merged Eva Kadlecová requested to merge 468461-support-pipeline-context-in-duo-chat into master
All threads resolved!
5 files
+ 6
68
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -3,7 +3,9 @@
@@ -3,7 +3,9 @@
module Ci
module Ci
class JobSerializer < BaseSerializer
class JobSerializer < BaseSerializer
entity Ci::JobEntity
entity Ci::JobEntity
 
 
def represent(resource, opts = {}, entity_class = nil)
 
super(resource, opts, entity_class || self.class.entity_class)
 
end
end
end
end
end
Ci::JobSerializer.prepend_mod
Loading