Skip to content

Commit

Permalink
build(analytics): track TRAVIS_JOB_NUMBER as a custom dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Oct 29, 2015
1 parent df13e0a commit b329a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/analytics/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ let customParams = {
cd6: process.env.TRAVIS_BRANCH,
// Travis - Repo Slug (angular/angular)
cd7: process.env.TRAVIS_REPO_SLUG,
// Travis - Job ID (4.1)
cd12: process.env.TRAVIS_JOB_NUMBER,
// HW - CPU Info
cd8: `${os.cpus().length} x ${os.cpus()[0].model}`,
// HW - Memory Info
Expand Down

0 comments on commit b329a58

Please sign in to comment.