diff --git a/README.md b/README.md index 9c78064..4ea7c5a 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Currently detects : * Jenkins * PHPCI * TeamCity - +* Buildkite Other CI tools using environment variables like 'BUILD_ID' would be detected as well. diff --git a/src/HMLB/VW/SecretSoftware.php b/src/HMLB/VW/SecretSoftware.php index 28aa9b8..bb7e0df 100644 --- a/src/HMLB/VW/SecretSoftware.php +++ b/src/HMLB/VW/SecretSoftware.php @@ -29,6 +29,7 @@ class SecretSoftware 'bamboo.buildKey', 'PHPCI', 'GOCD_SERVER_HOST', + 'BUILDKITE', ); public function __construct(array $additionalEnvVariables = array())