forked from lix-project/hydra
builds: add a build->project func to get the project via the jobset
This commit is contained in:
parent
f120909547
commit
c539deea99
|
@ -597,4 +597,9 @@ sub as_json {
|
|||
return $json;
|
||||
}
|
||||
|
||||
sub project {
|
||||
my ($self) = @_;
|
||||
return $self->jobset->project;
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue