Skip to content
Snippets Groups Projects
Commit 0a20897b authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files
parent abd3ac4a
No related branches found
No related tags found
No related merge requests found
module Gitlab
module DataBuilder
module BuildDataBuilder
module_function
extend self
 
def build(build)
project = build.project
Loading
Loading
module Gitlab
module DataBuilder
module NoteDataBuilder
module_function
extend self
 
# Produce a hash of post-receive data
#
Loading
Loading
module Gitlab
module DataBuilder
module PipelineDataBuilder
module_function
extend self
 
def build(pipeline)
{
Loading
Loading
module Gitlab
module DataBuilder
module PushDataBuilder
module_function
extend self
 
# Produce a hash of post-receive data
#
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment