Method: Datadog::CI::Ext::Environment::Providers::GithubActions#pipeline_number
- Defined in:
- lib/datadog/ci/ext/environment/providers/github_actions.rb
#pipeline_number ⇒ Object
42 43 44 |
# File 'lib/datadog/ci/ext/environment/providers/github_actions.rb', line 42 def pipeline_number env["GITHUB_RUN_NUMBER"] end |