Remove the job status pages
They're mostly redundant since there is a faster "jobs" tab on the jobset pages now. The only thing the latter lacks is the ability to see status change times, but those are quite expensive to compute, and are visible on build pages if you really need them.
This commit is contained in:
@ -23,12 +23,11 @@ sub getJobStatus {
|
||||
}
|
||||
|
||||
|
||||
sub jobstatus : Chained('get_builds') PathPart Args(0) {
|
||||
my ($self, $c) = @_;
|
||||
$c->stash->{template} = 'jobstatus.tt';
|
||||
$c->stash->{latestBuilds} = [getJobStatus($self, $c)->all];
|
||||
}
|
||||
|
||||
#sub jobstatus : Chained('get_builds') PathPart Args(0) {
|
||||
# my ($self, $c) = @_;
|
||||
# $c->stash->{template} = 'jobstatus.tt';
|
||||
# $c->stash->{latestBuilds} = [getJobStatus($self, $c)->all];
|
||||
#}
|
||||
|
||||
|
||||
# A convenient way to see all the errors - i.e. things demanding
|
||||
|
Reference in New Issue
Block a user