Skip to content

Commit b329a58

Browse files
committed
build(analytics): track TRAVIS_JOB_NUMBER as a custom dimension
1 parent df13e0a commit b329a58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/analytics/analytics.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ let customParams = {
5252
cd6: process.env.TRAVIS_BRANCH,
5353
// Travis - Repo Slug (angular/angular)
5454
cd7: process.env.TRAVIS_REPO_SLUG,
55+
// Travis - Job ID (4.1)
56+
cd12: process.env.TRAVIS_JOB_NUMBER,
5557
// HW - CPU Info
5658
cd8: `${os.cpus().length} x ${os.cpus()[0].model}`,
5759
// HW - Memory Info

0 commit comments

Comments
 (0)