Tables in Jenkins
The jenkins plugin includes 7 tables:
Name | Description | Queries |
---|---|---|
Result of a single execution of a job | ||
A container that stores job projects in it. Unlike view, which is just a filter, a folder creates a separate namespace, so you can have multiple things of the same name as long as they are in different folders. | ||
A user-configured description of work which Jenkins should perform, such as building a piece of software, etc. | ||
A user-configured description of work which Jenkins should perform. This table is a generic representation of a Jenkins Job. | ||
A machine which is part of the Jenkins environment and capable of executing Pipelines or jobs. | ||
Orchestrates long-running activities that can span multiple build agents. Suitable for building pipelines (formerly known as workflows) and/or organizing complex activities that do not easily fit in free-style job type. | ||
An extension to Jenkins functionality provided separately from Jenkins Core. |