cicdInfoLocation

Location information for CICD jobs, including the executor, origin, and link.

Examples

type CicdInfoLocation {
  runBy: String
  foundBy: String
  foundIn: String
  link: String
}

Fields

Field
Description
Supported fields

runBy String

Entity that ran the CICD job

foundBy String

Source of the CICD job

foundIn String

Context or component where the job was executed

link String

Link to the job or related resource

References

Fields with this object:

Last updated