cicdInfo
Represents information about a CICD pipeline associated with an application, including its type, system, job count, and location details.
Examples
type CicdInfo {
type: String
system: String
latestDate: String
lastMonthJobCount: String
location: [CicdInfoLocation]
}
Fields
Field
Description
Supported fields
type String
Type of the CICD pipeline
system String
System associated with the CICD pipeline
latestDate String
Date of the most recent job run in the pipeline
lastMonthJobCount String
Number of jobs run in the last month
location [CicdInfoLocation]
Locations and context of the CICD jobs
runBy String
foundBy String
foundIn String
link String
References
Fields with this object:
Last updated