Sha256: 9f81a2a1ee4048b14efce34b6bfbca6c64929a550d12b9a3ebfcaa867b2b9b6d
Contents?: true
Size: 502 Bytes
Versions: 9
Compression:
Stored size: 502 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class Codefresh < Extractor def provider_name: () -> "codefresh" def job_name: () -> String? def pipeline_id: () -> String? def pipeline_name: () -> String? def pipeline_url: () -> String? def git_branch_or_tag: () -> String? def ci_env_vars: () -> String end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems