Method: LabClient::Generator::PipelineTrigger#child_pipeline_yaml

Defined in:
lib/labclient/generator/templates/pipeline_trigger.rb

#child_pipeline_yamlObject



49
50
51
52
53
54
55
56
57
# File 'lib/labclient/generator/templates/pipeline_trigger.rb', line 49

def child_pipeline_yaml
  <<~YAML
    image: busybox:latest

    child:
      script:
        - echo "Do your build here"
  YAML
end