We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f316b36 commit 3305964Copy full SHA for 3305964
1 file changed
.harness/pipe4.yaml
@@ -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
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
29
+ connectorRef: account.CItestDockerConnectorM75xpPYBMm
30
+ image: alpine
31
+ shell: Sh
32
+ command: echo run
0 commit comments