Skip to content

Commit

Permalink
Fix a typo in Jenkins log collection port config example
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog committed Feb 5, 2025
1 parent 284cd4b commit 2ffd8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/continuous_integration/pipelines/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ def datadog = jenkins.getDescriptorByType(DatadogGlobalConfiguration)

def agentHost = 'localhost' // Configure your Datadog Agent host
def agentPort = 8125
def agentLogCollectionPort = 8126 // (Optional) Configure logs collection port as configured in your Datadog Agent
def agentLogCollectionPort = 10518 // (Optional) Configure logs collection port as configured in your Datadog Agent
def agentTraceCollectionPort = 8126 // Configure traces collection port
datadog.datadogClientConfiguration = new DatadogAgentConfiguration(agentHost, agentPort, agentLogCollectionPort, agentTraceCollectionPort)

Expand Down

0 comments on commit 2ffd8c0

Please sign in to comment.