We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756162b commit 9c01d49Copy full SHA for 9c01d49
1 file changed
.harness/pipelines/example-python-1782243273911.yaml
@@ -0,0 +1,33 @@
1
+pipeline:
2
+ name: Build example-python
3
+ identifier: Build_codecov_example_python_1782243281624
4
+ projectIdentifier: calvin
5
+ orgIdentifier: default
6
+ stages:
7
+ - stage:
8
+ name: Build
9
+ identifier: Build
10
+ type: CI
11
+ spec:
12
+ cloneCodebase: true
13
+ execution:
14
+ steps:
15
+ - step:
16
+ type: Run
17
+ name: Echo Welcome Message
18
+ identifier: Echo_Welcome_Message
19
20
+ shell: Sh
21
+ command: echo "Welcome to Harness CI"
22
+ platform:
23
+ os: Linux
24
+ arch: Amd64
25
+ runtime:
26
+ type: Cloud
27
+ spec: {}
28
+ properties:
29
+ ci:
30
+ codebase:
31
+ connectorRef: account.Github
32
+ repoName: codecov/example-python
33
+ build: <+input>
0 commit comments