Record

build

No description available.

record build {
  artifacts-file: option​<build-artifact-file>,
  commit: option​<repo-commit>,
  coverage: option​<string>,
  created-at: option​<string>,
  finished-at: option​<string>,
  id: option​<string>,
  name: option​<string>,
  pipeline: option​<pipeline-basic>,
  ref: option​<string>,
  runner: option​<runner>,
  stage: option​<string>,
  started-at: option​<string>,
  status: option​<string>,
  tag: option​<string>,
  user: option​<user>,
}

Fields

NameTypeDescription
artifacts-fileoption​<build-artifact-file>
commitoption​<repo-commit>
coverageoption​<string>
created-atoption​<string>
finished-atoption​<string>
idoption​<string>
nameoption​<string>
pipelineoption​<pipeline-basic>
refoption​<string>
runneroption​<runner>
stageoption​<string>
started-atoption​<string>
statusoption​<string>
tagoption​<string>
useroption​<user>