Commit 37643ed7 by Ben Patterson

Jenkins-datadog configuration

When using datadog on Jenkins, it should include datadog's provided Jenkins capabilities.

Includes jenkins-specific datadog concfiguration
parent e41be5ff
---
dependencies:
- common
- role: datadog
COMMON_ENABLE_DATADOG: True
- name: enable jenkins datadog
shell: cp /etc/dd-agent/conf.d/jenkins.yaml.example /etc/dd-agent/conf.d/jenkins.yaml creates=/etc/dd-agent/conf.d/jenkins.yaml
notify: restart the datadog service
......@@ -126,3 +126,5 @@
dest=/etc/nginx/sites-enabled/jenkins
state=link
notify: start nginx
- include: datadog.yml tags=datadog
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment