Skip to content

Commit

Permalink
Update 300-pipelinerun.yaml
Browse files Browse the repository at this point in the history
Need to be consistent with 300-taskrun.yaml
  • Loading branch information
paassdc authored and tekton-robot committed Apr 30, 2019
1 parent 5ee5ace commit 19bf18a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions config/300-pipelinerun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,18 @@ spec:
- prs
scope: Namespaced
additionalPrinterColumns:
- JSONPath: .status.conditions[?(@.type=="Succeeded")].status
description: The status of the pipelinrun
name: Status
- name: Succeeded
type: string
- JSONPath: .status.startTime
name: StartTime
JSONPath: ".status.conditions[?(@.type==\"Succeeded\")].status"
- name: Reason
type: string
JSONPath: ".status.conditions[?(@.type==\"Succeeded\")].reason"
- name: StartTime
type: date
- JSONPath: .status.completionTime
name: CompletionTime
JSONPath: .status.startTime
- name: CompletionTime
type: date
JSONPath: .status.completionTime
# Opt into the status subresource so metadata.generation
# starts to increment
subresources:
Expand Down

0 comments on commit 19bf18a

Please sign in to comment.