Builds: populate Builds.jobset_id in hydra-eval-jobset

This commit is contained in:
Graham Christensen 2020-02-05 16:24:43 -05:00
parent ddf00fa627
commit f3a561aecd
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -469,6 +469,9 @@ sub checkBuild {
# Add the build to the database.
$build = $job->builds->create(
{ timestamp => $time
, project => $jobset->project
, jobset => $jobset->name
, jobset_id => $jobset->id
, description => null($buildInfo->{description})
, license => null($buildInfo->{license})
, homepage => null($buildInfo->{homepage})