-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for agent v3.58.0 and stack v6.10.0
- Loading branch information
1 parent
fde8edf
commit 8a6219a
Showing
3 changed files
with
28 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,7 @@ $ buildkite-agent start --token xxx | |
<tr id="no-git-submodules"><th><code>--no-git-submodules </code> <a class="Docs__attribute__link" href="#no-git-submodules">#</a></th><td><p>Don't automatically checkout git submodules [$BUILDKITE_NO_GIT_SUBMODULES, $BUILDKITE_DISABLE_GIT_SUBMODULES]<br /><strong>Environment variable</strong>: <code>$BUILDKITE_NO_GIT_SUBMODULES</code></p></td></tr> | ||
<tr id="no-feature-reporting"><th><code>--no-feature-reporting </code> <a class="Docs__attribute__link" href="#no-feature-reporting">#</a></th><td><p>Disables sending a list of enabled features back to the Buildkite mothership. We use this information to measure feature usage, but if you're not comfortable sharing that information then that's totally okay :)<br /><strong>Environment variable</strong>: <code>$BUILDKITE_AGENT_NO_FEATURE_REPORTING</code></p></td></tr> | ||
<tr id="allowed-repositories"><th><code>--allowed-repositories value</code> <a class="Docs__attribute__link" href="#allowed-repositories">#</a></th><td><p>A comma-separated list of regular expressions representing repositories the agent is allowed to clone (for example, "^[email protected]:buildkite/.*" or "^https://github.com/buildkite/.*")<br /><strong>Environment variable</strong>: <code>$BUILDKITE_ALLOWED_REPOSITORIES</code></p></td></tr> | ||
<tr id="allowed-plugins"><th><code>--allowed-plugins value</code> <a class="Docs__attribute__link" href="#allowed-plugins">#</a></th><td><p>A comma-separated list of regular expressions representing plugins the agent is allowed to use (for example, "^buildkite-plugins/.*$" or "^/var/lib/buildkite-plugins/.*")<br /><strong>Environment variable</strong>: <code>$BUILDKITE_PLUGINSS</code></p></td></tr> | ||
<tr id="metrics-datadog"><th><code>--metrics-datadog </code> <a class="Docs__attribute__link" href="#metrics-datadog">#</a></th><td><p>Send metrics to DogStatsD for Datadog<br /><strong>Environment variable</strong>: <code>$BUILDKITE_METRICS_DATADOG</code></p></td></tr> | ||
<tr id="metrics-datadog-host"><th><code>--metrics-datadog-host value</code> <a class="Docs__attribute__link" href="#metrics-datadog-host">#</a></th><td><p>The dogstatsd instance to send metrics to using udp (default: "127.0.0.1:8125")<br /><strong>Environment variable</strong>: <code>$BUILDKITE_METRICS_DATADOG_HOST</code></p></td></tr> | ||
<tr id="metrics-datadog-distributions"><th><code>--metrics-datadog-distributions </code> <a class="Docs__attribute__link" href="#metrics-datadog-distributions">#</a></th><td><p>Use Datadog Distributions for Timing metrics<br /><strong>Environment variable</strong>: <code>$BUILDKITE_METRICS_DATADOG_DISTRIBUTIONS</code></p></td></tr> | ||
|