diff --git a/.harness/pipelines/web-api-1703043088193.yaml b/.harness/pipelines/web-api-1703043088193.yaml new file mode 100644 index 0000000..651e309 --- /dev/null +++ b/.harness/pipelines/web-api-1703043088193.yaml @@ -0,0 +1,33 @@ +pipeline: + identifier: Build_sannrao_web_api_1703043093222 + name: Build web-api + orgIdentifier: default + projectIdentifier: default_project + properties: + ci: + codebase: + build: <+input> + connectorRef: account.Github_OAuth_1703043072841 + repoName: sannrao/web-api + stages: + - stage: + identifier: build + name: build + spec: + cloneCodebase: true + execution: + steps: + - step: + identifier: echo + name: echo + spec: + command: echo hello world + timeout: "" + type: Run + platform: + arch: Amd64 + os: Linux + runtime: + spec: {} + type: Cloud + type: CI