From 94f9f9667dc7eafd04aaf902e74b5ac7b5d51618 Mon Sep 17 00:00:00 2001 From: "nofar.bluestein@harness.io" Date: Tue, 21 Sep 2021 15:59:28 -0500 Subject: [PATCH 1/2] Create pipeline P1 --- s2/.harness/pipelines/P1.yaml | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 s2/.harness/pipelines/P1.yaml 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: [] From 8af3d8f5a8983a39dc022dd65f2a7ed878e33ea9 Mon Sep 17 00:00:00 2001 From: nofarb Date: Tue, 21 Sep 2021 16:18:22 -0500 Subject: [PATCH 2/2] Create p2.yaml --- s2/.harness/pipelines/p2.yaml | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 s2/.harness/pipelines/p2.yaml 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: []