Jenkins Data Stream Parameters

The Jenkins plugin provides configurable data streams that allow you to retrieve detailed properties for builds, folders, projects, and views. These streams support both Tree Queries and Depth Queries, giving you fine-grained control over which attributes are returned and at what level of detail.

Each configurable data stream exposes a set of parameters that lets you filter the data you retrieve. The following information describes the available configurable data streams and their parameters in detail.

Build Status (Advanced)

Parameter
Description
Query type
Select how to define which properties to fetch. Choose from:
  • Tree Query:
    Specify a tree query to return the depth of the API response. (e.g. jobs[name,lastBuild[number,timestamp]]).
  • Depth Query: Standard depth-based retrieval.
Properties
Select one or more specific build properties to return (e.g. url, artifacts, result, timestamp).

Folder Status (Advanced)

Parameter
Description
Query type
Select how to define which properties to fetch. Choose from:
  • Tree Query:
    Specify a tree query to return the depth of the API response.
  • Depth Query: Standard depth-based retrieval.
Properties
Select one or more folder properties to return (e.g. name, description, jobs).

Project Status (Advanced)

Parameter
Description
Query type
Select how to define which properties to fetch. Choose from:
  • Tree Query:
    Specify a tree query to return the depth of the API response.
  • Depth Query: Standard depth-based retrieval.
Properties
Select one or more project properties to return (e.g. displayName, buildable, lastBuild).

View Status (Advanced)

Parameter
Description
Query type
Select how to define which properties to fetch. Choose from:
  • Tree Query:
    Specify a tree query to return the depth of the API response.
  • Depth Query: Standard depth-based retrieval.
Properties
Select one or more view properties to return (e.g. name, url, jobs).

Was this article helpful?


Have more questions or facing an issue?