-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Datadog Jenkins plugin configuration instructions #27181
base: master
Are you sure you want to change the base?
Update Datadog Jenkins plugin configuration instructions #27181
Conversation
Preview links (active after the
|
@@ -96,9 +96,10 @@ Use this option to make the Jenkins plugin report directly to Datadog without us | |||
2. (Optional) Configure your CI Instance name. | |||
8. (Optional) Configure logs collection: | |||
1. Enable the `Enable Log Collection` checkbox. | |||
9. Save your configuration. | |||
9. (Optional) Enter the name of the host that you use to access Datadog UI (e.g. `app.datadoghq.com`) in the `Datadog App hostname` field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9. (Optional) Enter the name of the host that you use to access Datadog UI (e.g. `app.datadoghq.com`) in the `Datadog App hostname` field. | |
9. (Optional) Enter the name of the host that you use to access Datadog UI (for example, `app.datadoghq.com`) in the `Datadog App hostname` field. |
@@ -117,7 +118,8 @@ Use this option to make the Jenkins plugin report directly to Datadog without us | |||
1. Configure the `Log Collection` port as configured in the Datadog Agent. | |||
2. Click the `Test logs connection` button to verify that your configuration is valid. | |||
3. Enable the `Enable Log Collection` checkbox. | |||
7. Save your configuration. | |||
7. (Optional) Enter the name of the host that you use to access Datadog UI (e.g. `app.datadoghq.com`) in the `Datadog App hostname` field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
7. (Optional) Enter the name of the host that you use to access Datadog UI (e.g. `app.datadoghq.com`) in the `Datadog App hostname` field. | |
7. (Optional) Enter the name of the host that you use to access Datadog UI (for example, `app.datadoghq.com`) in the `Datadog App hostname` field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For images, can you re-add the deleted images and use a different name for the new image? Replacing images with the same name sometimes causes cacheing issues.
What does this PR do? What is the motivation?
Updates Datadog Jenkins plugin configuration instructions.
A new field for Datadog app hostname was added to the plugin configuration.
Merge instructions
Merge readiness:
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/description
naming convention) and then add the following PR comment:Additional notes