Skip to content

Commit 7a01567

Browse files
author
Rob Langley
committed
Plots - add docs for XML filetypes
1 parent 68790d3 commit 7a01567

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Job-reference.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3943,6 +3943,12 @@ job {
39433943
propertiesFile(String fileName) {
39443944
label(String label)
39453945
}
3946+
xmlFile(String fileName) {
3947+
label(String label)
3948+
nodeType(String nodeType) // defaults to 'NODESET'
3949+
url(String url)
3950+
xpath(String xpath)
3951+
}
39463952
}
39473953
}
39483954
}
@@ -3959,6 +3965,8 @@ the workspace root. To avoid conflicts this location needs to be set manually re
39593965
The `style` option can be one of `'area'`, `'bar'`, `'bar3d'`, `'line'` (default), `'line3d'`, `'stackedArea'`,
39603966
`'stackedbar'`, `'stackedbar3d'` or `'waterfall'`.
39613967
3968+
The `nodeType` option can be one of `'NODESET'`, `'NODE'`, `'STRING'`, `'BOOLEAN'`, `'NUMBER'`.
3969+
39623970
```groovy
39633971
job {
39643972
publishers {

0 commit comments

Comments
 (0)