mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
5804dc844d
commit
53a1754e2e
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ export class ApmConfiguration {
|
|||
targetBranch: process.env.GITHUB_PR_TARGET_BRANCH || '',
|
||||
ciBuildNumber: process.env.BUILDKITE_BUILD_NUMBER || '',
|
||||
ciBuildId: process.env.BUILDKITE_BUILD_ID || '',
|
||||
ciBuildJobId: process.env.BUILDKITE_JOB_ID || '',
|
||||
isPr: process.env.BUILDKITE_PULL_REQUEST ? true : false,
|
||||
prId: process.env.BUILDKITE_PULL_REQUEST || '',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue