You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/continuous_integration/setup_pipelines/jenkins.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,33 @@ INFO datadog.trace.core.StatusLogger#logStatus: DATADOG TRACER CONFIGURATION
35
35
**Note**: Enabling the collection of traces using the Jenkins plugin is incompatible with running the Java APM tracer as a Java agent when launching Jenkins.
36
36
37
37
38
+
## Enabling CI Visibility on the plugin
39
+
40
+
While in beta, the UI to activate CI Visibility is hidden and needs to be manually configured following these steps:
41
+
42
+
1. Open the file: `$JENKINS_HOME\org.datadog.jenkins.plugins.datadog.DatadogGlobalConfiguration.xml`
0 commit comments