Add page showing latest build steps
This commit is contained in:
@@ -0,0 +1 @@
|
||||
create index IndexBuildStepsOnStopTime on BuildSteps(stopTime desc) where startTime is not null and stopTime is not null;
|
||||
Reference in New Issue
Block a user