mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 00:24:58 +00:00
restart build by clearing prior procs and logs
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user