Thanks to visit codestin.com Credit goes to github.com
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 011fa1a commit cc7dccaCopy full SHA for cc7dcca
.harness/pipelines/github-api-1692894174037.yaml
@@ -0,0 +1,33 @@
1
+pipeline:
2
+ identifier: Build_github_api_1692894191307
3
+ name: Build github-api
4
+ orgIdentifier: default
5
+ projectIdentifier: default_project
6
+ properties:
7
+ ci:
8
+ codebase:
9
+ build: <+input>
10
+ connectorRef: account.Github_OAuth_1692894066759
11
+ repoName: anothererikjames/github-api
12
+ stages:
13
+ - stage:
14
+ identifier: build
15
+ name: build
16
+ spec:
17
+ cloneCodebase: true
18
+ execution:
19
+ steps:
20
+ - step:
21
+ identifier: echo
22
+ name: echo
23
24
+ command: echo hello world
25
+ timeout: ""
26
+ type: Run
27
+ platform:
28
+ arch: Amd64
29
+ os: Linux
30
+ runtime:
31
+ spec: {}
32
+ type: Cloud
33
+ type: CI
0 commit comments