Skip to content

Commit

Permalink
Adding datadog plugin and its configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed May 3, 2021
1 parent 697f9ec commit c0b491d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions jenkins-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ plugins:
- artifactId: dark-theme
source:
version: latest
- artifactId: datadog
source:
version: latest
- artifactId: docker-plugin
source:
version: latest
Expand Down
9 changes: 8 additions & 1 deletion kubernetes/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,18 @@ additionalAgents:
tag: v0.0.7-test-03
controller:
image: nxtlytics/jenkins-controller
tag: v0.0.4
tag: v0.0.6
imagePullPolicy: IfNotPresent
adminSecret: false
enableRawHtmlMarkupFormatter: true
installPlugins: []
containerEnv:
- name: DATADOG_JENKINS_PLUGIN_REPORT_WITH
value: DSD
- name: DATADOG_JENKINS_PLUGIN_TARGET_HOST
valueFrom:
fieldRef:
fieldPath: status.hostIP
additionalSecrets:
- name: github-webhook-secret
value: $((github-webhook-secret))
Expand Down

0 comments on commit c0b491d

Please sign in to comment.