Skip to content

Commit 3305964

Browse files
author
devki.mittal
committed
Create pipeline pipe4
1 parent f316b36 commit 3305964

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.harness/pipe4.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
pipeline:
2+
name: pipe4
3+
identifier: pipe4
4+
projectIdentifier: new_project
5+
orgIdentifier: default
6+
tags: {}
7+
stages:
8+
- stage:
9+
name: f
10+
identifier: f
11+
description: ""
12+
type: CI
13+
spec:
14+
cloneCodebase: false
15+
infrastructure:
16+
type: KubernetesDirect
17+
spec:
18+
connectorRef: kube
19+
namespace: harness-qa-delegate
20+
nodeSelector: {}
21+
os: Linux
22+
execution:
23+
steps:
24+
- step:
25+
type: Run
26+
name: run
27+
identifier: run
28+
spec:
29+
connectorRef: account.CItestDockerConnectorM75xpPYBMm
30+
image: alpine
31+
shell: Sh
32+
command: echo run

0 commit comments

Comments
 (0)