Adding in cancel for a build that is building.
This commit is contained in:
parent
e57eece6c1
commit
fd7c566d31
7 changed files with 120 additions and 16 deletions
|
@ -741,6 +741,7 @@ class BUILD_PHASE(object):
|
|||
PUSHING = 'pushing'
|
||||
WAITING = 'waiting'
|
||||
COMPLETE = 'complete'
|
||||
CANCELLED = 'cancelled'
|
||||
|
||||
@classmethod
|
||||
def is_terminal_phase(cls, phase):
|
||||
|
|
Reference in a new issue