Sha256: 7c0f6a238fe45a4caccf6395579b28518ae41b58b195864c558184f1d8494980
Contents?: true
Size: 977 Bytes
Versions: 9
Compression:
Stored size: 977 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class Buildkite < Extractor def provider_name: () -> "buildkite" def job_url: () -> ::String def pipeline_id: () -> String? def pipeline_name: () -> String? def pipeline_number: () -> String? def pipeline_url: () -> String? def node_name: () -> String? def node_labels: () -> String? def workspace_path: () -> String? def git_repository_url: () -> String? def git_commit_sha: () -> String? def git_branch: () -> String? def git_tag: () -> String? def git_commit_author_name: () -> String? def git_commit_author_email: () -> String? def git_commit_message: () -> String? def ci_env_vars: () -> String? end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems