diff --git a/subfolder/.harness/is1.yaml b/subfolder/.harness/is1.yaml new file mode 100644 index 00000000..3edecee0 --- /dev/null +++ b/subfolder/.harness/is1.yaml @@ -0,0 +1,20 @@ +inputSet: + identifier: "is1" + name: "is1" + tags: {} + orgIdentifier: "Archit" + projectIdentifier: "nofar_git_exp3" + pipeline: + identifier: "test2" + stages: + - stage: + identifier: "stage1" + type: "CI" + spec: + execution: + steps: + - step: + identifier: "test" + type: "Run" + spec: + image: "maven" diff --git a/subfolder/.harness/test2.yaml b/subfolder/.harness/test2.yaml new file mode 100644 index 00000000..0aa841a0 --- /dev/null +++ b/subfolder/.harness/test2.yaml @@ -0,0 +1,31 @@ +pipeline: + name: test2 + identifier: test2 + projectIdentifier: nofar_git_exp3 + orgIdentifier: Archit + tags: {} + stages: + - stage: + name: stage1 + identifier: stage1 + description: "" + type: CI + spec: + cloneCodebase: false + execution: + steps: + - step: + type: Run + name: test + identifier: test + spec: + connectorRef: harnessImage + image: <+input> + command: echo 'hello moo' + privileged: false + serviceDependencies: [] + infrastructure: + type: KubernetesDirect + spec: + connectorRef: account.trtrtr + namespace: whatever