Sha256: 687756012fe1288709371337f99c328af906a4fddf453394673eb2ec7d177222
Contents?: true
Size: 732 Bytes
Versions: 9
Compression:
Stored size: 732 Bytes
Contents
module Datadog module CI module Ext module Environment module Providers class Jenkins < Base def provider_name: () -> "jenkins" def pipeline_id: () -> String? def pipeline_name: () -> String? def pipeline_number: () -> String? def pipeline_url: () -> String? def workspace_path: () -> String? def node_name: () -> String? def node_labels: () -> String? def git_repository_url: () -> String? def git_commit_sha: () -> 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