aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ci-info/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ci-info/index.js')
-rw-r--r--node_modules/ci-info/index.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/node_modules/ci-info/index.js b/node_modules/ci-info/index.js
index e19925503..347dd5661 100644
--- a/node_modules/ci-info/index.js
+++ b/node_modules/ci-info/index.js
@@ -12,7 +12,7 @@ var vendors = [
['DRONE', 'Drone', 'DRONE'],
['MAGNUM', 'Magnum CI', 'MAGNUM'],
['SEMAPHORE', 'Semaphore', 'SEMAPHORE'],
- ['JENKINS', 'Jenkins', 'JENKINS_URL'],
+ ['JENKINS', 'Jenkins', 'JENKINS_URL', 'BUILD_ID'],
['BAMBOO', 'Bamboo', 'bamboo_planKey'],
['TFS', 'Team Foundation Server', 'TF_BUILD'],
['TEAMCITY', 'TeamCity', 'TEAMCITY_VERSION'],
@@ -20,7 +20,8 @@ var vendors = [
['HUDSON', 'Hudsun', 'HUDSON_URL'],
['TASKCLUSTER', 'TaskCluster', 'TASK_ID', 'RUN_ID'],
['GOCD', 'GoCD', 'GO_PIPELINE_LABEL'],
- ['BITBUCKET', 'Bitbucket Pipelines', 'BITBUCKET_COMMIT']
+ ['BITBUCKET', 'Bitbucket Pipelines', 'BITBUCKET_COMMIT'],
+ ['CODEBUILD', 'AWS CodeBuild', 'CODEBUILD_BUILD_ARN']
]
exports.name = null