restart build by clearing prior procs and logs

This commit is contained in:
Brad Rydzewski
2017-04-04 19:50:15 +09:00
parent 16a07e660a
commit 76006d28ac
11 changed files with 124 additions and 58 deletions

View File

@@ -8,6 +8,7 @@ type ProcStore interface {
ProcList(*Build) ([]*Proc, error)
ProcCreate([]*Proc) error
ProcUpdate(*Proc) error
ProcClear(*Build) error
}
// Proc represents a process in the build pipeline.