forked from lix-project/hydra
evaluator: don't save project, jobset on builds
This commit is contained in:
parent
c539deea99
commit
9dc40e0816
|
@ -476,8 +476,6 @@ sub checkBuild {
|
||||||
# Add the build to the database.
|
# Add the build to the database.
|
||||||
$build = $jobset->builds->create(
|
$build = $jobset->builds->create(
|
||||||
{ timestamp => $time
|
{ timestamp => $time
|
||||||
, project => $jobset->project
|
|
||||||
, jobset => $jobset->name
|
|
||||||
, jobset_id => $jobset->id
|
, jobset_id => $jobset->id
|
||||||
, job => $jobName
|
, job => $jobName
|
||||||
, description => null($buildInfo->{description})
|
, description => null($buildInfo->{description})
|
||||||
|
|
Loading…
Reference in a new issue