From ee38aa5bcfe5926654a6561379a2b59c2bc77cdb Mon Sep 17 00:00:00 2001 From: Dev Mittal Date: Fri, 3 Jun 2022 18:49:17 +0530 Subject: [PATCH 1/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13bf39f..faa5f36 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ nknk uodate vsfjkvv +pul lrequest From d744f66e9bdd17d4efc9b6ffa008b0240bad6ae1 Mon Sep 17 00:00:00 2001 From: Dev Mittal Date: Wed, 8 Jun 2022 10:30:21 +0530 Subject: [PATCH 2/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13bf39f..1e0ef9d 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,4 @@ nknk uodate vsfjkvv +push From c06aa63fba6d751a3143784b8698164466ce7205 Mon Sep 17 00:00:00 2001 From: Dev Mittal Date: Fri, 10 Jun 2022 19:00:17 +0530 Subject: [PATCH 3/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e0ef9d..a8710a5 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ uodate vsfjkvv push +vf v From f316b36d0b8bd8d5853fbb8898049676ecef6a9f Mon Sep 17 00:00:00 2001 From: Dev Mittal Date: Fri, 9 Sep 2022 18:36:34 +0530 Subject: [PATCH 4/9] Delete .harness directory --- .harness/dev_input.yaml | 14 -------------- .harness/dev_test.yaml | 38 ------------------------------------- .harness/test2.yaml | 38 ------------------------------------- .harness/trigger_input.yaml | 14 -------------- 4 files changed, 104 deletions(-) delete mode 100644 .harness/dev_input.yaml delete mode 100644 .harness/dev_test.yaml delete mode 100644 .harness/test2.yaml delete mode 100644 .harness/trigger_input.yaml diff --git a/.harness/dev_input.yaml b/.harness/dev_input.yaml deleted file mode 100644 index 9c23c79..0000000 --- a/.harness/dev_input.yaml +++ /dev/null @@ -1,14 +0,0 @@ -inputSet: - identifier: "develop" - name: "develop" - orgIdentifier: "default" - projectIdentifier: "RajathaTest" - pipeline: - identifier: "test2" - properties: - ci: - codebase: - build: - type: "branch" - spec: - branch: "develop" diff --git a/.harness/dev_test.yaml b/.harness/dev_test.yaml deleted file mode 100644 index 0eb3337..0000000 --- a/.harness/dev_test.yaml +++ /dev/null @@ -1,38 +0,0 @@ -pipeline: - name: dev_test - identifier: dev_test - projectIdentifier: RajathaTest - orgIdentifier: default - storeType: REMOTE - remoteType: create - tags: {} - properties: - ci: - codebase: - connectorRef: dev_test - build: <+input> - stages: - - stage: - name: build - identifier: build - type: CI - spec: - cloneCodebase: true - infrastructure: - type: KubernetesDirect - spec: - connectorRef: account.CItestK8sConnector8Jk0wfloX5 - namespace: harness-qa-delegate - automountServiceAccountToken: true - nodeSelector: {} - execution: - steps: - - step: - type: Run - name: run - identifier: run - spec: - connectorRef: account.CItestDockerConnectorTKMqFjEcc1 - image: alpine - shell: Sh - command: echo "pipeline" diff --git a/.harness/test2.yaml b/.harness/test2.yaml deleted file mode 100644 index b3ca3de..0000000 --- a/.harness/test2.yaml +++ /dev/null @@ -1,38 +0,0 @@ -pipeline: - name: test2 - identifier: test2 - projectIdentifier: RajathaTest - orgIdentifier: default - storeType: REMOTE - remoteType: create - tags: {} - properties: - ci: - codebase: - connectorRef: dev_test - build: <+input> - stages: - - stage: - name: build - identifier: build - type: CI - spec: - cloneCodebase: true - infrastructure: - type: KubernetesDirect - spec: - connectorRef: account.CItestK8sConnector8Jk0wfloX5 - namespace: harness-qa-delegate - automountServiceAccountToken: true - nodeSelector: {} - execution: - steps: - - step: - type: Run - name: run - identifier: run - spec: - connectorRef: account.CItestDockerConnectorTKMqFjEcc1 - image: alpine - shell: Sh - command: echo hello diff --git a/.harness/trigger_input.yaml b/.harness/trigger_input.yaml deleted file mode 100644 index c81147e..0000000 --- a/.harness/trigger_input.yaml +++ /dev/null @@ -1,14 +0,0 @@ -inputSet: - identifier: "trigger" - name: "trigger" - orgIdentifier: "default" - projectIdentifier: "RajathaTest" - pipeline: - identifier: "test2" - properties: - ci: - codebase: - build: - type: "branch" - spec: - branch: "<+trigger.branch>" From 3305964d4d525c266b9278bb7a17eb654fd4b844 Mon Sep 17 00:00:00 2001 From: "devki.mittal" Date: Fri, 9 Sep 2022 18:37:59 +0530 Subject: [PATCH 5/9] Create pipeline pipe4 --- .harness/pipe4.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .harness/pipe4.yaml diff --git a/.harness/pipe4.yaml b/.harness/pipe4.yaml new file mode 100644 index 0000000..9bc117f --- /dev/null +++ b/.harness/pipe4.yaml @@ -0,0 +1,32 @@ +pipeline: + name: pipe4 + identifier: pipe4 + projectIdentifier: new_project + orgIdentifier: default + tags: {} + stages: + - stage: + name: f + identifier: f + description: "" + type: CI + spec: + cloneCodebase: false + infrastructure: + type: KubernetesDirect + spec: + connectorRef: kube + namespace: harness-qa-delegate + nodeSelector: {} + os: Linux + execution: + steps: + - step: + type: Run + name: run + identifier: run + spec: + connectorRef: account.CItestDockerConnectorM75xpPYBMm + image: alpine + shell: Sh + command: echo run From 94abbe7799bc620a250d56d2cc10859f1b52a238 Mon Sep 17 00:00:00 2001 From: "devki.mittal" Date: Fri, 9 Sep 2022 19:31:00 +0530 Subject: [PATCH 6/9] Update pipeline pipe4 --- .harness/pipe4.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.harness/pipe4.yaml b/.harness/pipe4.yaml index 9bc117f..85315b5 100644 --- a/.harness/pipe4.yaml +++ b/.harness/pipe4.yaml @@ -23,8 +23,8 @@ pipeline: steps: - step: type: Run - name: run - identifier: run + name: runstep + identifier: runstepK spec: connectorRef: account.CItestDockerConnectorM75xpPYBMm image: alpine From 8a7fe88baa8c4b2b1c33edff6423e30ad87d3168 Mon Sep 17 00:00:00 2001 From: "devki.mittal" Date: Tue, 13 Sep 2022 12:11:05 +0530 Subject: [PATCH 7/9] Delete pipe4 --- .harness/pipe4.yaml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .harness/pipe4.yaml diff --git a/.harness/pipe4.yaml b/.harness/pipe4.yaml deleted file mode 100644 index 85315b5..0000000 --- a/.harness/pipe4.yaml +++ /dev/null @@ -1,32 +0,0 @@ -pipeline: - name: pipe4 - identifier: pipe4 - projectIdentifier: new_project - orgIdentifier: default - tags: {} - stages: - - stage: - name: f - identifier: f - description: "" - type: CI - spec: - cloneCodebase: false - infrastructure: - type: KubernetesDirect - spec: - connectorRef: kube - namespace: harness-qa-delegate - nodeSelector: {} - os: Linux - execution: - steps: - - step: - type: Run - name: runstep - identifier: runstepK - spec: - connectorRef: account.CItestDockerConnectorM75xpPYBMm - image: alpine - shell: Sh - command: echo run From 6a061a801e06f24e02fc53f316fbf1e47bb224dc Mon Sep 17 00:00:00 2001 From: Dev Mittal Date: Tue, 21 Mar 2023 18:46:41 +0530 Subject: [PATCH 8/9] FFE-1 commit to devmittal-patch-1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index faa5f36..90ebb89 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ uodate vsfjkvv pul lrequest +added devmittal From fbed605ba10e4ba86402fcb1097d615353457ba9 Mon Sep 17 00:00:00 2001 From: Dev Mittal Date: Wed, 29 Mar 2023 15:27:44 +0530 Subject: [PATCH 9/9] 4th commit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e520ff7..1fc93b3 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ nknk uodate vsfjkvv -kkk \ No newline at end of file +kkk +4th commit