From 718f60bb4a0d6400cc61820de667d746b4ba973a Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 23 Aug 2019 21:57:52 -0700 Subject: [PATCH] Add table name to jenkins example configuration --- plugins/inputs/jenkins/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/inputs/jenkins/README.md b/plugins/inputs/jenkins/README.md index 8d375f087..79f55e6aa 100644 --- a/plugins/inputs/jenkins/README.md +++ b/plugins/inputs/jenkins/README.md @@ -7,6 +7,7 @@ This plugin does not require a plugin on jenkins and it makes use of Jenkins API ### Configuration: ```toml +[[inputs.jenkins]] ## The Jenkins URL url = "http://my-jenkins-instance:8080" # username = "admin"