The following plugin provides functionality available through
Pipeline-compatible steps. Read more about how to integrate steps into your
Pipeline in the
Steps
section of the
Pipeline Syntax
page.
For a list of other such plugins, see the
Pipeline Steps Reference
page.
report-jtreg
step([$class: 'JckReportPublisher']): JCK Report
reportFileGlob : String (optional)
Glob expression to match the report files. Report parser supports *.xml and *.xml.gz files. For example:
report-{runtime,devtools,compiler}.xml.gz
maxBuilds : String (optional)
"Number of builds to show" say how many graph points are shown in the results.
If you haven't deny-list empty then it'll show same number of points.
If you haven't allow-list empty then it'll show all available points (allow-listed) with limit of number selected.
rangeAroundAlist : int (optional)
number of points around allowlist (before and after every point) shown in the results
resultsAllowList : String (optional)
Packages denylisted (java regex, space separated) are shown in results (to allow filtering of individual job IDs) show only specific brach or similarly. For example:
.*2\.6\.6\.0.*
DenyList has always priority over AllowList
resultsDenyList : String (optional)
Packages denylisted (java regex, space separated) from being shown in results (to keep zoomed reuslts readable) and/or fitler specific brach. For example:
.*2\.6\.6\.0.*
step([$class: 'JtregReportPublisher']): JTreg Report
reportFileGlob : String (optional)
Glob expression to match the report archive. Report parser supports *.zip, *.tar, *.tar.gz, *.tar.bz2 and *.tar.xz files. For example:
*.{zip,tar,tar.gz,tar.bz2,tar.xz}
maxBuilds : String (optional)
"Number of builds to show" say how many graph points are shown in the results.
If you haven't deny-list empty then it'll show same number of points.
If you haven't allow-list empty then it'll show all available points (allow-listed) with limit of number selected.
rangeAroundAlist : int (optional)
number of points around allowlist (before and after every point) shown in the results
resultsAllowList : String (optional)
Packages denylisted (java regex, space separated) are shown in results (to allow filtering of individual job IDs) show only specific brach or similarly. For example:
.*2\.6\.6\.0.*
DenyList has always priority over the AllowList
resultsDenyList : String (optional)
Packages denylisted (java regex, space separated) from being shown in results (to keep zoomed reuslts readable) and/or fitler specific brach. For example:
.*2\.6\.6\.0.*
Was this page helpful?
Please submit your feedback about this page through this
quick form.
Alternatively, if you don't wish to complete the quick form, you can simply
indicate if you found this page helpful?
See existing feedback here.