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.

Nested Data Reporting

publishReport: Nested Data Reporting

  • jsonFile : String (optional)
  • jsonString : String (optional)
    The configuration must be a valid JSON object with respect to the given Schema. Each item from the components list can in turn contain a list of items. This nesting can be used arbitrarily deep.

    Example

    { "items": [ { "id": "stocks", "name": "Stocks", "items": [ { "id": "alphabet", "name": "Google", "result": { "incorrect": 1, "manually": 1, "accurate": 4 } }, { "id": "microsoft", "name": "Microsoft", "result": { "incorrect": 2, "manually": 1, "accurate": 5 } } ] }, { "id": "derivates", "name": "Derivates", "result": { "incorrect": 2, "manually": 3, "accurate": 10 } }, { "id": "fonds", "name": "Fonds", "result": { "incorrect": 6, "manually": 7, "accurate": 20 } }, { "id": "warrants", "name": "Warrants", "result": { "incorrect": 6, "manually": 4, "accurate": 15 } } ], "colors": { "incorrect": "#EF9A9A", "manually": "#FFF59D", "accurate": "#A5D6A7" } }

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.