Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions .harness/orgs/default/projects/demo1/pipelines/testm2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
pipeline:
name: test-m2
identifier: testm2
projectIdentifier: demo1
orgIdentifier: default
tags: {}
stages:
- stage:
name: stage1
identifier: stage1
description: ""
type: Custom
spec:
execution:
steps:
- step:
type: Wait
name: Wait_1
identifier: Wait_1
spec:
duration: 10m
tags: {}
- stage:
name: stage2
identifier: stage2
depends-on:
- stage1
description: ""
type: Custom
spec:
execution:
steps:
- step:
type: Wait
name: Wait_1
identifier: Wait_1
spec:
duration: 10m
tags: {}
- stage:
name: stage3
identifier: stage3
depends-on:
- stage1
description: ""
type: Custom
spec:
execution:
steps:
- step:
type: Wait
name: Wait_1
identifier: Wait_1
spec:
duration: 10m
tags: {}