diff --git a/s2/.harness/pipelines/P1.yaml b/s2/.harness/pipelines/P1.yaml new file mode 100644 index 0000000..46e693e --- /dev/null +++ b/s2/.harness/pipelines/P1.yaml @@ -0,0 +1,37 @@ +pipeline: + name: P1 + identifier: P1 + projectIdentifier: pranay_CaC + orgIdentifier: default + tags: {} + properties: + ci: + codebase: + connectorRef: account.Nofar_bitbucket_cloud + repoName: drgedtr + build: <+input> + stages: + - stage: + name: wefsdf + identifier: wefsdf + description: "" + type: CI + spec: + cloneCodebase: true + infrastructure: + type: KubernetesDirect + spec: + connectorRef: account.k8scluster + namespace: ert + execution: + steps: + - step: + type: Run + name: ertert + identifier: ertert + spec: + connectorRef: account.nofar_dockerhub + image: ert + command: ert + privileged: false + variables: [] diff --git a/s2/.harness/pipelines/p2.yaml b/s2/.harness/pipelines/p2.yaml new file mode 100644 index 0000000..1a349a7 --- /dev/null +++ b/s2/.harness/pipelines/p2.yaml @@ -0,0 +1,37 @@ +pipeline: + name: P2 + identifier: P2 + projectIdentifier: pranay_CaC + orgIdentifier: default + tags: {} + properties: + ci: + codebase: + connectorRef: account.Nofar_bitbucket_cloud + repoName: drgedtr + build: <+input> + stages: + - stage: + name: wefsdf + identifier: wefsdf + description: "" + type: CI + spec: + cloneCodebase: true + infrastructure: + type: KubernetesDirect + spec: + connectorRef: account.k8scluster + namespace: ert + execution: + steps: + - step: + type: Run + name: ertert + identifier: ertert + spec: + connectorRef: account.nofar_dockerhub + image: ert + command: ert + privileged: false + variables: []