From 9b6d127d7c90873f17b5731f5cb412e6c9486117 Mon Sep 17 00:00:00 2001 From: "nofar.bluestein@harness.io" Date: Mon, 21 Jun 2021 16:14:02 -0500 Subject: [PATCH 1/5] Update test2 --- subfolder/.harness/test2.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 subfolder/.harness/test2.yaml diff --git a/subfolder/.harness/test2.yaml b/subfolder/.harness/test2.yaml new file mode 100644 index 00000000..4a250374 --- /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: alpine + command: echo 'hello' + privileged: false + serviceDependencies: [] + infrastructure: + type: KubernetesDirect + spec: + connectorRef: account.trtrtr + namespace: whatever From 2ecb0c7f2aefa312fb6599fdca6b87433590d1f2 Mon Sep 17 00:00:00 2001 From: "nofar.bluestein@harness.io" Date: Mon, 21 Jun 2021 16:15:07 -0500 Subject: [PATCH 2/5] Update test2 --- subfolder/.harness/test2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subfolder/.harness/test2.yaml b/subfolder/.harness/test2.yaml index 4a250374..1ccd3411 100644 --- a/subfolder/.harness/test2.yaml +++ b/subfolder/.harness/test2.yaml @@ -21,7 +21,7 @@ pipeline: spec: connectorRef: harnessImage image: alpine - command: echo 'hello' + command: echo 'hello moo' privileged: false serviceDependencies: [] infrastructure: From 3a1d0a38f7aeee22566d55fa4599411eb52cd57d Mon Sep 17 00:00:00 2001 From: "nofar.bluestein@harness.io" Date: Mon, 21 Jun 2021 17:31:23 -0500 Subject: [PATCH 3/5] Update test2 --- subfolder/.harness/test2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subfolder/.harness/test2.yaml b/subfolder/.harness/test2.yaml index 1ccd3411..0aa841a0 100644 --- a/subfolder/.harness/test2.yaml +++ b/subfolder/.harness/test2.yaml @@ -20,7 +20,7 @@ pipeline: identifier: test spec: connectorRef: harnessImage - image: alpine + image: <+input> command: echo 'hello moo' privileged: false serviceDependencies: [] From 1ea9558a4ece1173c25ded4574ef9fe5596bf8fb Mon Sep 17 00:00:00 2001 From: "nofar.bluestein@harness.io" Date: Mon, 21 Jun 2021 17:31:56 -0500 Subject: [PATCH 4/5] Update is1 --- subfolder/.harness/is1.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 subfolder/.harness/is1.yaml diff --git a/subfolder/.harness/is1.yaml b/subfolder/.harness/is1.yaml new file mode 100644 index 00000000..ee7847bd --- /dev/null +++ b/subfolder/.harness/is1.yaml @@ -0,0 +1,19 @@ +inputSet: + identifier: "is1" + name: "is1" + 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: "alpine" From 7012ebe9d16236cdbe11a91a84044e937b867ca3 Mon Sep 17 00:00:00 2001 From: "nofar.bluestein@harness.io" Date: Mon, 21 Jun 2021 17:33:01 -0500 Subject: [PATCH 5/5] Update is1 --- subfolder/.harness/is1.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subfolder/.harness/is1.yaml b/subfolder/.harness/is1.yaml index ee7847bd..3edecee0 100644 --- a/subfolder/.harness/is1.yaml +++ b/subfolder/.harness/is1.yaml @@ -1,6 +1,7 @@ inputSet: identifier: "is1" name: "is1" + tags: {} orgIdentifier: "Archit" projectIdentifier: "nofar_git_exp3" pipeline: @@ -16,4 +17,4 @@ inputSet: identifier: "test" type: "Run" spec: - image: "alpine" + image: "maven"