Add source and port tags to jenkins plugin (#6641)
This commit is contained in:
committed by
Daniel Nelson
parent
48c271640c
commit
0c918b099b
@@ -8,7 +8,7 @@ This plugin does not require a plugin on jenkins and it makes use of Jenkins API
|
||||
|
||||
```toml
|
||||
[[inputs.jenkins]]
|
||||
## The Jenkins URL
|
||||
## The Jenkins URL in the format "schema://host:port"
|
||||
url = "http://my-jenkins-instance:8080"
|
||||
# username = "admin"
|
||||
# password = "admin"
|
||||
@@ -59,6 +59,7 @@ This plugin does not require a plugin on jenkins and it makes use of Jenkins API
|
||||
- temp_path
|
||||
- node_name
|
||||
- status ("online", "offline")
|
||||
- source
|
||||
- fields:
|
||||
- disk_available
|
||||
- temp_available
|
||||
@@ -74,6 +75,7 @@ This plugin does not require a plugin on jenkins and it makes use of Jenkins API
|
||||
- name
|
||||
- parents
|
||||
- result
|
||||
- source
|
||||
- fields:
|
||||
- duration
|
||||
- result_code (0 = SUCCESS, 1 = FAILURE, 2 = NOT_BUILD, 3 = UNSTABLE, 4 = ABORTED)
|
||||
|
||||
Reference in New Issue
Block a user