diff --git a/.harness/PipeCondV0.yaml b/.harness/PipeCondV0.yaml new file mode 100644 index 000000000..870adf8a1 --- /dev/null +++ b/.harness/PipeCondV0.yaml @@ -0,0 +1,33 @@ +pipeline: + name: PipeCondV0 + identifier: PipeCondV0 + tags: {} + projectIdentifier: Unified + orgIdentifier: default + stages: + - stage: + name: CI + identifier: CI + description: "" + type: CI + spec: + cloneCodebase: false + infrastructure: + type: KubernetesDirect + spec: + connectorRef: ShobhitK8 + namespace: harness-delegate-ng + automountServiceAccountToken: true + nodeSelector: {} + os: Linux + execution: + steps: + - step: + type: Run + name: Run_1 + identifier: Run_1 + spec: + connectorRef: ShobhitDockerConnector + image: alpine + shell: Sh + command: echo "hello"