CiJobSummary#

pydantic model mobu.models.ci_manager.CiJobSummary#

Information about a job.

Parameters:

data (Any)

Show JSON schema
{
   "title": "CiJobSummary",
   "description": "Information about a job.",
   "type": "object",
   "properties": {
      "commit_url": {
         "description": "GitHub URL to the commit being worked on",
         "examples": [
            "https://github.com/lsst-sqre/mobu/commit/dd534286bb932dd22d61f97f960a5985b7513ec8"
         ],
         "format": "uri",
         "maxLength": 2083,
         "minLength": 1,
         "title": "Commit URL",
         "type": "string"
      }
   },
   "required": [
      "commit_url"
   ]
}

Fields:
field commit_url: HttpUrl [Required]#

GitHub URL to the commit being worked on