Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 942 Bytes

CIVote.md

File metadata and controls

18 lines (14 loc) · 942 Bytes

CIVote

Properties

Name Type Description Notes
job_id str name of the CI sending the vote [optional]
commit_hash str commit_hash of tested repo [optional]
distro_hash str distro_hash of tested repo [optional]
extended_hash str extended_hash of tested repo [optional]
url str URL where to find additional information from the CI execution [optional]
timestamp int Timestamp (in seconds since the epoch) [optional]
in_progress bool is this CI job still in-progress? [optional]
success bool Was the CI execution successful? [optional]
notes str additional notes [optional]

[Back to Model list] [Back to API list] [Back to README]