forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkritis-pipeline-run.yaml
42 lines (42 loc) · 1.12 KB
/
kritis-pipeline-run.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
apiVersion: pipeline.knative.dev/v1beta1
kind: PipelineRun
metadata:
name: kritis-pipeline-run-12321312984
namespace: default
spec:
pipelineRef:
name: kritis-pipeline
pipelineParamsRef:
name: pipelineparams-sample
triggerRef:
type: manual
status:
taskRuns:
- taskRef:
name: unit-test-kritis-12321312984
nextTasks:
- taskRef:
name: push-kritis-12321312984
prevTasks: []
- taskRef:
name: push-kritis-12321312984
nextTasks: []
prevTasks:
- taskRef:
name: unit-test-kritis-12321312984
conditions:
- type: Started
status: "True"
lastTransitionTime: "2018-10-04T12:25:39Z"
reason: manualTrigger
message: "Pipeline has been triggered manually"
- type: Completed
status: "True"
lastTransitionTime: "2018-10-04T13:25:39Z"
reason: done
message: "Pipeline execution has finished"
- type: Successful
status: "False"
lastTransitionTime: "2018-10-04T13:25:39Z"
reason: taskFailure
message: "TaskRun `build-push-kritis-12321312984` had non-zero exit code"