Sha256: cf79af8664c7c764a3c998e382b38b7503020843abd0dc609ae293bc34ad3b1c
Contents?: true
Size: 883 Bytes
Versions: 9
Compression:
Stored size: 883 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class Circleci < Extractor def provider_name: () -> "circleci" def job_url: () -> String? def job_name: () -> String? def pipeline_id: () -> String? def pipeline_name: () -> String? def pipeline_url: () -> ::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