Skip to content

Commit 9c01d49

Browse files
Added pipeline .harness/pipelines/example-python-1782243273911.yaml
1 parent 756162b commit 9c01d49

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
spec:
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

Comments
 (0)