Skip to content

Commit

Permalink
Merge pull request #163 from ankitm123/ankitm123.timeout-status
Browse files Browse the repository at this point in the history
fix: add a pa status activity for pipelines which have timed out
  • Loading branch information
jenkins-x-bot authored Mar 22, 2022
2 parents e8c5d89 + 5cdbc9d commit 8469bca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
28 changes: 6 additions & 22 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
approvers:
- rawlingsj
- jstrachan
- rajdavies
- ccojocar
- ankitm123
- babadofar
- tomhobson
- garethjevans
- pmuir
- wbrefvem
- daveconde
- hferentschik
- abayer
- cagiti
- dgozalo
- macox
- romainverduci
reviewers:
- rawlingsj
- jstrachan
- rajdavies
- ccojocar
- ankitm123
- babadofar
- tomhobson
- garethjevans
- pmuir
- wbrefvem
- daveconde
- hferentschik
- abayer
- cagiti
- dgozalo
- macox
- romainverduci
2 changes: 2 additions & 0 deletions pkg/apis/jenkins.io/v1/types_pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ const (
ActivityStatusTypeAborted ActivityStatusType = "Aborted"
// ActivityStatusTypeNotExecuted if the workflow was not executed
ActivityStatusTypeNotExecuted ActivityStatusType = "NotExecuted"
// ActivityStatusTypeFailed an activity failed
ActivityStatusTypeTimedOut ActivityStatusType = "TimedOut"
)

type Attachment struct {
Expand Down

0 comments on commit 8469bca

Please sign in to comment.