JobRun
JobRun contains information about a job run.
Properties
statusenum requiredThe current status of the job runValues:not-started,accepted,running,failed,succeeded,skippedstartedstring optionalWhen the job started runninglastUpdatedstring optionalWhen the job was last updatedtimeoutinteger requiredThe timeout duration for the job in nanoseconds (Go time.Duration).- The list of step runs within this job
- ↳
namestring requiredThe name of the step. - ↳
statusenum requiredThe current status of the step.Values:not-started,running,failed,succeeded - ↳
startedstring optionalThe timestamp when the step started. - ↳
lastUpdatedstring optionalThe timestamp when the step was last updated. workerobject optionalInformation about the worker executing this job
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.