From c9486b91dc6654b69536cf1c71e4810af34f5c90 Mon Sep 17 00:00:00 2001 From: "prabu.rajendran@harness.io" Date: Thu, 22 Sep 2022 15:03:00 +0530 Subject: [PATCH 01/43] Create template step template new --- .harness/step_template_new_v5.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .harness/step_template_new_v5.yaml diff --git a/.harness/step_template_new_v5.yaml b/.harness/step_template_new_v5.yaml new file mode 100644 index 0000000..8ed90c4 --- /dev/null +++ b/.harness/step_template_new_v5.yaml @@ -0,0 +1,20 @@ +template: + name: step template new + identifier: step_template_new + versionLabel: v5 + type: Step + projectIdentifier: adithyaGitX + orgIdentifier: default + tags: {} + spec: + timeout: 10m + type: ShellScript + spec: + shell: Bash + onDelegate: true + source: + type: Inline + spec: + script: echo 1 + environmentVariables: [] + outputVariables: [] From 61d6d5079157a459beb0a9a4a83b0fab964bdd85 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 8 Feb 2023 17:14:38 +0530 Subject: [PATCH 02/43] Create template f8_step_r2_nd --- .harness/f8_step_r2_nd_v1.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .harness/f8_step_r2_nd_v1.yaml diff --git a/.harness/f8_step_r2_nd_v1.yaml b/.harness/f8_step_r2_nd_v1.yaml new file mode 100644 index 0000000..a1bcfcd --- /dev/null +++ b/.harness/f8_step_r2_nd_v1.yaml @@ -0,0 +1,20 @@ +template: + name: f8_step_r2_nd + identifier: f8_step_r2_nd + versionLabel: v1 + type: Step + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + spec: + timeout: 10m + type: ShellScript + spec: + shell: Bash + onDelegate: true + source: + type: Inline + spec: + script: echo "r2 non default" + environmentVariables: [] + outputVariables: [] From acde3d550e867d771b168d210b17cfb45ad4acfd Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 8 Feb 2023 17:16:13 +0530 Subject: [PATCH 03/43] Create template f8_stage_r2_nd --- .harness/f8_stage_r2_nd_v2.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .harness/f8_stage_r2_nd_v2.yaml diff --git a/.harness/f8_stage_r2_nd_v2.yaml b/.harness/f8_stage_r2_nd_v2.yaml new file mode 100644 index 0000000..1a14b2b --- /dev/null +++ b/.harness/f8_stage_r2_nd_v2.yaml @@ -0,0 +1,25 @@ +template: + name: f8_stage_r2_nd + identifier: f8_stage_r2_nd + versionLabel: v2 + type: Stage + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + spec: + type: Custom + spec: + execution: + steps: + - step: + name: r2_ng + identifier: r2_ng + template: + templateRef: f8_step_r2_nd + versionLabel: v1 + - step: + name: r1_m + identifier: r1_m + template: + templateRef: f8_step_R1_main + versionLabel: v1 From 5adc783b279e805dfab792728b6ec14815439555 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 8 Feb 2023 17:18:00 +0530 Subject: [PATCH 04/43] Create template f8_stage2_r2_ndv --- .harness/f8_stage2_r2_ndv_s.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .harness/f8_stage2_r2_ndv_s.yaml diff --git a/.harness/f8_stage2_r2_ndv_s.yaml b/.harness/f8_stage2_r2_ndv_s.yaml new file mode 100644 index 0000000..6ce322b --- /dev/null +++ b/.harness/f8_stage2_r2_ndv_s.yaml @@ -0,0 +1,28 @@ +template: + name: f8_stage2_r2_ndv + identifier: f8_stage2_r2_ndv + versionLabel: s + type: Stage + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + spec: + type: Approval + spec: + execution: + steps: + - step: + name: as + identifier: as + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + approverInputs: [] From 6354c6c76a97658f61f86e6743e2e7a5ec34f5ad Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 8 Feb 2023 17:22:08 +0530 Subject: [PATCH 05/43] Create pipeline f8_p2_case2_case4 --- .harness/f8_p2_case2_case4.yaml | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .harness/f8_p2_case2_case4.yaml diff --git a/.harness/f8_p2_case2_case4.yaml b/.harness/f8_p2_case2_case4.yaml new file mode 100644 index 0000000..a2ccebf --- /dev/null +++ b/.harness/f8_p2_case2_case4.yaml @@ -0,0 +1,41 @@ +pipeline: + name: f8_p2_case2_case4 + identifier: f8_p2_case2_case4 + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: nd + identifier: nd + template: + templateRef: f8_stage2_r2_ndv + versionLabel: s + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: as + type: HarnessApproval + spec: + approvers: + userGroups: <+input> + - stage: + name: m + identifier: m + template: + templateRef: f8_stage2_r1_m + versionLabel: v1 + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: asd + type: HarnessApproval + spec: + approvers: + userGroups: <+input> From 166562580d949f772c364fad75eaa75aa8223860 Mon Sep 17 00:00:00 2001 From: Adithya Date: Wed, 15 Feb 2023 11:57:02 +0530 Subject: [PATCH 06/43] Create pipeline childPipeline --- .harness/childPipeline.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .harness/childPipeline.yaml diff --git a/.harness/childPipeline.yaml b/.harness/childPipeline.yaml new file mode 100644 index 0000000..4a3c832 --- /dev/null +++ b/.harness/childPipeline.yaml @@ -0,0 +1,31 @@ +pipeline: + name: childPipeline + identifier: childPipeline + projectIdentifier: AmitTest + orgIdentifier: default + tags: {} + stages: + - stage: + name: asd + identifier: asd + description: "" + type: Approval + spec: + execution: + steps: + - step: + name: ad + identifier: ad + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + approverInputs: [] + tags: {} From 2d0374e257ac409d71fe4b1a9d5b1ca337b4ec67 Mon Sep 17 00:00:00 2001 From: Adithya Date: Wed, 15 Feb 2023 11:57:44 +0530 Subject: [PATCH 07/43] Create pipeline parentPipeline --- .harness/parentPipeline.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .harness/parentPipeline.yaml diff --git a/.harness/parentPipeline.yaml b/.harness/parentPipeline.yaml new file mode 100644 index 0000000..63aaf92 --- /dev/null +++ b/.harness/parentPipeline.yaml @@ -0,0 +1,31 @@ +pipeline: + name: parentPipeline + identifier: parentPipeline + projectIdentifier: AmitTest + orgIdentifier: default + tags: {} + stages: + - stage: + name: s1 + identifier: s1 + description: "" + type: Pipeline + spec: + org: default + pipeline: childPipeline + project: AmitTest + inputs: + identifier: childPipeline + stages: + - stage: + identifier: asd + type: Approval + spec: + execution: + steps: + - step: + identifier: ad + type: HarnessApproval + spec: + approvers: + userGroups: <+input> From e2662f1b520a20be5ae070c4c2c451ec0655b4cc Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 15 Feb 2023 12:01:53 +0530 Subject: [PATCH 08/43] Create pipeline childP1 --- .harness/childP1.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .harness/childP1.yaml diff --git a/.harness/childP1.yaml b/.harness/childP1.yaml new file mode 100644 index 0000000..cd38f8d --- /dev/null +++ b/.harness/childP1.yaml @@ -0,0 +1,31 @@ +pipeline: + name: childP1 + identifier: childP1 + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: asd + identifier: asd + description: "" + type: Approval + spec: + execution: + steps: + - step: + name: asd + identifier: asd + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + approverInputs: [] + tags: {} From 7f72434e91e635bb9713f1e954f1bb7ca4074288 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 15 Feb 2023 12:02:43 +0530 Subject: [PATCH 09/43] Create pipeline parentP1 --- .harness/parentP1.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .harness/parentP1.yaml diff --git a/.harness/parentP1.yaml b/.harness/parentP1.yaml new file mode 100644 index 0000000..5a24ceb --- /dev/null +++ b/.harness/parentP1.yaml @@ -0,0 +1,31 @@ +pipeline: + name: parentP1 + identifier: parentP1 + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: sd + identifier: sd + description: "" + type: Pipeline + spec: + org: default + pipeline: childP1 + project: GitX_Remote + inputs: + identifier: childP1 + stages: + - stage: + identifier: asd + type: Approval + spec: + execution: + steps: + - step: + identifier: asd + type: HarnessApproval + spec: + approvers: + userGroups: <+input> From e94edb2db56f60fe4eeb4e9a5dece947f02aef55 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 16 Feb 2023 13:06:12 +0530 Subject: [PATCH 10/43] Create template isStagevND --- .harness/isStagevND_v1.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .harness/isStagevND_v1.yaml diff --git a/.harness/isStagevND_v1.yaml b/.harness/isStagevND_v1.yaml new file mode 100644 index 0000000..97e4a0d --- /dev/null +++ b/.harness/isStagevND_v1.yaml @@ -0,0 +1,28 @@ +template: + name: isStagevND + identifier: isStagevND + versionLabel: v1 + type: Stage + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + spec: + type: Approval + spec: + execution: + steps: + - step: + name: sdf + identifier: sdf + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + approverInputs: [] From bf205e91d96e6f3add8d3a51b8acb45c90abc975 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 16 Feb 2023 13:10:17 +0530 Subject: [PATCH 11/43] Create pipeline isTemplatePipelineND --- .harness/isTemplatePipelineND.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .harness/isTemplatePipelineND.yaml diff --git a/.harness/isTemplatePipelineND.yaml b/.harness/isTemplatePipelineND.yaml new file mode 100644 index 0000000..4e26615 --- /dev/null +++ b/.harness/isTemplatePipelineND.yaml @@ -0,0 +1,24 @@ +pipeline: + name: isTemplatePipelineND + identifier: isTemplatePipelineND + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: a + identifier: a + template: + templateRef: isStagevND + versionLabel: v1 + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: sdf + type: HarnessApproval + spec: + approvers: + userGroups: <+input> From 1cec5b8cde198e78f36b1bf860d1ef27be9ad957 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 16 Feb 2023 13:12:19 +0530 Subject: [PATCH 12/43] Create inputset isdemoSame --- .harness/isdemoSame.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .harness/isdemoSame.yaml diff --git a/.harness/isdemoSame.yaml b/.harness/isdemoSame.yaml new file mode 100644 index 0000000..b70c1c2 --- /dev/null +++ b/.harness/isdemoSame.yaml @@ -0,0 +1,23 @@ +inputSet: + name: isdemoSame + identifier: isdemoSame + orgIdentifier: default + projectIdentifier: GitX_Remote + pipeline: + identifier: isTemplatePipelineND + stages: + - stage: + identifier: a + template: + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: sdf + type: HarnessApproval + spec: + approvers: + userGroups: + - account.testUserGroup2 From ddd8630319e846200c35befd19e501269ea49982 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 16 Feb 2023 13:15:00 +0530 Subject: [PATCH 13/43] Create inputset isTestRepo11 --- .harness/isTestRepo11.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .harness/isTestRepo11.yaml diff --git a/.harness/isTestRepo11.yaml b/.harness/isTestRepo11.yaml new file mode 100644 index 0000000..e75790a --- /dev/null +++ b/.harness/isTestRepo11.yaml @@ -0,0 +1,23 @@ +inputSet: + name: isTestRepo11 + identifier: isTestRepo11 + orgIdentifier: default + projectIdentifier: GitX_Remote + pipeline: + identifier: isTemplatePipelineND + stages: + - stage: + identifier: a + template: + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: sdf + type: HarnessApproval + spec: + approvers: + userGroups: + - account.testUserGroup2 From 748fc3cea2ed013ee543e4111fc5d05b8662a047 Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 20 Feb 2023 15:11:45 +0530 Subject: [PATCH 14/43] Create template feb20Stagev --- .harness/feb20Stagev_v1.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .harness/feb20Stagev_v1.yaml diff --git a/.harness/feb20Stagev_v1.yaml b/.harness/feb20Stagev_v1.yaml new file mode 100644 index 0000000..bc3aa77 --- /dev/null +++ b/.harness/feb20Stagev_v1.yaml @@ -0,0 +1,28 @@ +template: + name: feb20Stagev + identifier: feb20Stagev + versionLabel: v1 + type: Stage + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + spec: + type: Approval + spec: + execution: + steps: + - step: + name: afds + identifier: afds + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + approverInputs: [] From 04d8336a7b6788c5c262f61e3dd3fa77d2d1e92e Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 20 Feb 2023 15:13:55 +0530 Subject: [PATCH 15/43] Create pipeline feb20p1 --- .harness/feb20p1.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .harness/feb20p1.yaml diff --git a/.harness/feb20p1.yaml b/.harness/feb20p1.yaml new file mode 100644 index 0000000..e7e3975 --- /dev/null +++ b/.harness/feb20p1.yaml @@ -0,0 +1,24 @@ +pipeline: + name: feb20p1 + identifier: feb20p1 + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: zs + identifier: zs + template: + templateRef: feb20Stagev + versionLabel: v1 + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: afds + type: HarnessApproval + spec: + approvers: + userGroups: <+input> From d520c49373e81d4b6dd446c439a0f88e8b7f1400 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 22 Feb 2023 12:12:23 +0530 Subject: [PATCH 16/43] Create pipeline pipelineP1DemoRepo --- .harness/pipelineP1DemoRepo.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .harness/pipelineP1DemoRepo.yaml diff --git a/.harness/pipelineP1DemoRepo.yaml b/.harness/pipelineP1DemoRepo.yaml new file mode 100644 index 0000000..04ec7e8 --- /dev/null +++ b/.harness/pipelineP1DemoRepo.yaml @@ -0,0 +1,24 @@ +pipeline: + name: pipelineP1DemoRepo + identifier: pipelineP1DemoRepo + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: earf + identifier: earf + template: + templateRef: feb20Stagev + versionLabel: v1 + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: afds + type: HarnessApproval + spec: + approvers: + userGroups: <+input> From bbed52a03abf52ccb00ddb0b545e9685d2f1b946 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 22 Feb 2023 12:16:34 +0530 Subject: [PATCH 17/43] Create inputset demoRepoIS --- .harness/demoRepoIS.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .harness/demoRepoIS.yaml diff --git a/.harness/demoRepoIS.yaml b/.harness/demoRepoIS.yaml new file mode 100644 index 0000000..175c3b7 --- /dev/null +++ b/.harness/demoRepoIS.yaml @@ -0,0 +1,23 @@ +inputSet: + name: demoRepoIS + identifier: demoRepoIS + orgIdentifier: default + projectIdentifier: GitX_Remote + pipeline: + identifier: pipelineP1DemoRepo + stages: + - stage: + identifier: earf + template: + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: afds + type: HarnessApproval + spec: + approvers: + userGroups: + - account.testUserGroup2 From 3cc72164c464e4fe5573019c0421109dcf8be7d1 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 28 Feb 2023 14:38:40 +0530 Subject: [PATCH 18/43] Create pipeline testOverlay --- .harness/testOverlay.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .harness/testOverlay.yaml diff --git a/.harness/testOverlay.yaml b/.harness/testOverlay.yaml new file mode 100644 index 0000000..944c869 --- /dev/null +++ b/.harness/testOverlay.yaml @@ -0,0 +1,31 @@ +pipeline: + name: testOverlay + identifier: testOverlay + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: ads + identifier: ads + description: "" + type: Approval + spec: + execution: + steps: + - step: + name: asdf + identifier: asdf + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + approverInputs: [] + tags: {} From 6c185ad7b62fe4727d3415dbb9d60e50f9b410b5 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 28 Feb 2023 14:42:52 +0530 Subject: [PATCH 19/43] Create inputset same repo and branch as pipeline --- .../same_repo_and_branch_as_pipeline.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .harness/same_repo_and_branch_as_pipeline.yaml diff --git a/.harness/same_repo_and_branch_as_pipeline.yaml b/.harness/same_repo_and_branch_as_pipeline.yaml new file mode 100644 index 0000000..fb179a9 --- /dev/null +++ b/.harness/same_repo_and_branch_as_pipeline.yaml @@ -0,0 +1,21 @@ +inputSet: + name: same repo and branch as pipeline + identifier: same_repo_and_branch_as_pipeline + orgIdentifier: default + projectIdentifier: GitX_Remote + pipeline: + identifier: testOverlay + stages: + - stage: + identifier: ads + type: Approval + spec: + execution: + steps: + - step: + identifier: asdf + type: HarnessApproval + spec: + approvers: + userGroups: + - account.testUserGroup2 From 9fa70a33293f820cd11e9abe9f4776adfc31330d Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 28 Feb 2023 15:12:35 +0530 Subject: [PATCH 20/43] Create inputset same repo same branch --- .harness/same_repo_same_branch.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .harness/same_repo_same_branch.yaml diff --git a/.harness/same_repo_same_branch.yaml b/.harness/same_repo_same_branch.yaml new file mode 100644 index 0000000..137bf94 --- /dev/null +++ b/.harness/same_repo_same_branch.yaml @@ -0,0 +1,21 @@ +inputSet: + name: same repo same branch + identifier: same_repo_same_branch + orgIdentifier: default + projectIdentifier: GitX_Remote + pipeline: + identifier: testOverlay + stages: + - stage: + identifier: ads + type: Approval + spec: + execution: + steps: + - step: + identifier: asdf + type: HarnessApproval + spec: + approvers: + userGroups: + - account.testUserGroup2 From 90631ea526bc9ab85942ac50403e5c6e91a15eb4 Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 10 Mar 2023 10:48:19 +0530 Subject: [PATCH 21/43] Create pipeline pipelinePreQaTest --- .harness/pipelinePreQaTest.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .harness/pipelinePreQaTest.yaml diff --git a/.harness/pipelinePreQaTest.yaml b/.harness/pipelinePreQaTest.yaml new file mode 100644 index 0000000..75b063e --- /dev/null +++ b/.harness/pipelinePreQaTest.yaml @@ -0,0 +1,13 @@ +pipeline: + name: pipelinePreQaTest + identifier: pipelinePreQaTest + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: a + identifier: a + template: + templateRef: stageTestRepo2Main + versionLabel: v2 From 4a379eac772ee20365702246730703a17a899278 Mon Sep 17 00:00:00 2001 From: "prashant.sharma@harness.io" Date: Mon, 13 Mar 2023 11:21:59 +0530 Subject: [PATCH 22/43] Create pipeline childNonDefaultBranch --- .harness/childNonDefaultBranch.yaml | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .harness/childNonDefaultBranch.yaml diff --git a/.harness/childNonDefaultBranch.yaml b/.harness/childNonDefaultBranch.yaml new file mode 100644 index 0000000..934af06 --- /dev/null +++ b/.harness/childNonDefaultBranch.yaml @@ -0,0 +1,30 @@ +pipeline: + name: childNonDefaultBranch + identifier: childNonDefaultBranch + projectIdentifier: AmitTest + orgIdentifier: default + tags: {} + stages: + - stage: + name: custom + identifier: custom + description: "" + type: Custom + spec: + execution: + steps: + - step: + type: ShellScript + name: ShellScript_1 + identifier: ShellScript_1 + spec: + shell: Bash + onDelegate: true + source: + type: Inline + spec: + script: exit 0 + environmentVariables: [] + outputVariables: [] + timeout: 10m + tags: {} From 40199533d962f152a6cba2e72c1df5b478fbfe01 Mon Sep 17 00:00:00 2001 From: "prashant.sharma@harness.io" Date: Mon, 13 Mar 2023 11:22:43 +0530 Subject: [PATCH 23/43] Create pipeline parentNonDefault --- .harness/parentNonDefault.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .harness/parentNonDefault.yaml diff --git a/.harness/parentNonDefault.yaml b/.harness/parentNonDefault.yaml new file mode 100644 index 0000000..6ecb913 --- /dev/null +++ b/.harness/parentNonDefault.yaml @@ -0,0 +1,16 @@ +pipeline: + name: parentNonDefault + identifier: parentNonDefault + projectIdentifier: AmitTest + orgIdentifier: default + tags: {} + stages: + - stage: + name: stage1 + identifier: stage1 + description: "" + type: Pipeline + spec: + org: default + pipeline: childNonDefaultBranch + project: AmitTest From a02544429fe069d898650f6c0d3ee9bb11d5e940 Mon Sep 17 00:00:00 2001 From: "prashant.sharma@harness.io" Date: Tue, 14 Mar 2023 10:43:46 +0530 Subject: [PATCH 24/43] Update pipeline childNonDefaultBranch --- .harness/childNonDefaultBranch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/childNonDefaultBranch.yaml b/.harness/childNonDefaultBranch.yaml index 934af06..38fa62e 100644 --- a/.harness/childNonDefaultBranch.yaml +++ b/.harness/childNonDefaultBranch.yaml @@ -26,5 +26,5 @@ pipeline: script: exit 0 environmentVariables: [] outputVariables: [] - timeout: 10m + timeout: <+input> tags: {} From 4d0258f413396b263e9733ae9cba554b292edcd8 Mon Sep 17 00:00:00 2001 From: "prashant.sharma@harness.io" Date: Tue, 14 Mar 2023 10:43:57 +0530 Subject: [PATCH 25/43] Update pipeline parentNonDefault --- .harness/parentNonDefault.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.harness/parentNonDefault.yaml b/.harness/parentNonDefault.yaml index 6ecb913..0a55a6b 100644 --- a/.harness/parentNonDefault.yaml +++ b/.harness/parentNonDefault.yaml @@ -14,3 +14,16 @@ pipeline: org: default pipeline: childNonDefaultBranch project: AmitTest + inputs: + identifier: childNonDefaultBranch + stages: + - stage: + identifier: custom + type: Custom + spec: + execution: + steps: + - step: + identifier: ShellScript_1 + type: ShellScript + timeout: <+input> From 72c59d3295006c89f66d01d76215881e172db9e4 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 14 Mar 2023 12:17:04 +0530 Subject: [PATCH 26/43] Create template StageDemoMainPatchWithStepTestRepoMain --- ...eDemoMainPatchWithStepTestRepoMain_v1.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .harness/StageDemoMainPatchWithStepTestRepoMain_v1.yaml diff --git a/.harness/StageDemoMainPatchWithStepTestRepoMain_v1.yaml b/.harness/StageDemoMainPatchWithStepTestRepoMain_v1.yaml new file mode 100644 index 0000000..70bda74 --- /dev/null +++ b/.harness/StageDemoMainPatchWithStepTestRepoMain_v1.yaml @@ -0,0 +1,19 @@ +template: + name: StageDemoMainPatchWithStepTestRepoMain + identifier: StageDemoMainPatchWithStepTestRepoMain + versionLabel: v1 + type: Stage + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + spec: + type: Custom + spec: + execution: + steps: + - step: + name: sd + identifier: sd + template: + templateRef: stepTestRepoMain + versionLabel: v1 From 12fdd910d25b9fd85296865bd0055e53e08624ac Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 14 Mar 2023 12:21:55 +0530 Subject: [PATCH 27/43] Create template mar14StageDemoMainPatch --- .harness/mar14StageDemoMainPatch_v1.yaml | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .harness/mar14StageDemoMainPatch_v1.yaml diff --git a/.harness/mar14StageDemoMainPatch_v1.yaml b/.harness/mar14StageDemoMainPatch_v1.yaml new file mode 100644 index 0000000..ee2c937 --- /dev/null +++ b/.harness/mar14StageDemoMainPatch_v1.yaml @@ -0,0 +1,28 @@ +template: + name: mar14StageDemoMainPatch + identifier: mar14StageDemoMainPatch + versionLabel: v1 + type: Stage + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + spec: + type: Approval + spec: + execution: + steps: + - step: + name: sa + identifier: sa + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + approverInputs: [] From 4195b92f2a14944224020f57e4385c05e4834e4e Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 14 Mar 2023 12:22:45 +0530 Subject: [PATCH 28/43] Create pipeline mar14P2DemoMainPatch --- .harness/mar14P2DemoMainPatch.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .harness/mar14P2DemoMainPatch.yaml diff --git a/.harness/mar14P2DemoMainPatch.yaml b/.harness/mar14P2DemoMainPatch.yaml new file mode 100644 index 0000000..c2c2d41 --- /dev/null +++ b/.harness/mar14P2DemoMainPatch.yaml @@ -0,0 +1,24 @@ +pipeline: + name: mar14P2DemoMainPatch + identifier: mar14P2DemoMainPatch + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: ds + identifier: ds + template: + templateRef: mar14StageDemoMainPatch + versionLabel: v1 + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: sa + type: HarnessApproval + spec: + approvers: + userGroups: <+input> From 543539de37f3a9bb9da17fc7b7521106eb9b1e22 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 4 Apr 2023 13:25:03 +0530 Subject: [PATCH 29/43] Create pipeline githubND --- .harness/githubND.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .harness/githubND.yaml diff --git a/.harness/githubND.yaml b/.harness/githubND.yaml new file mode 100644 index 0000000..664bd07 --- /dev/null +++ b/.harness/githubND.yaml @@ -0,0 +1,32 @@ +pipeline: + name: githubND + identifier: githubND + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: ds + identifier: ds + description: "" + type: Approval + spec: + execution: + steps: + - step: + name: sdf + identifier: sdf + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: + - account.testUserGroup2 + approverInputs: [] + tags: {} From 3b90fd7964f792de69512ae3037e12c5eab2cf5a Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 6 Apr 2023 12:05:10 +0530 Subject: [PATCH 30/43] Create pipeline github r1 --- .harness/github_r1.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .harness/github_r1.yaml diff --git a/.harness/github_r1.yaml b/.harness/github_r1.yaml new file mode 100644 index 0000000..1bd619c --- /dev/null +++ b/.harness/github_r1.yaml @@ -0,0 +1,31 @@ +pipeline: + name: github r1 + identifier: github_r1 + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: df + identifier: df + description: "" + type: Approval + spec: + execution: + steps: + - step: + name: fgb + identifier: fgb + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + approverInputs: [] + tags: {} From a67bf4363aa186c7b47733467d10871ef6baa07c Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 7 Apr 2023 12:26:18 +0530 Subject: [PATCH 31/43] Create pipeline github w1 --- .harness/github_w1.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .harness/github_w1.yaml diff --git a/.harness/github_w1.yaml b/.harness/github_w1.yaml new file mode 100644 index 0000000..60e0c15 --- /dev/null +++ b/.harness/github_w1.yaml @@ -0,0 +1,31 @@ +pipeline: + name: github w1 + identifier: github_w1 + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: sfd + identifier: sfd + description: "" + type: Approval + spec: + execution: + steps: + - step: + name: df + identifier: df + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + approverInputs: [] + tags: {} From 7a31c184dff729d6b1a5d033675d627817cc9cf0 Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 7 Apr 2023 12:26:59 +0530 Subject: [PATCH 32/43] Update pipeline github w1 --- .harness/github_w1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/github_w1.yaml b/.harness/github_w1.yaml index 60e0c15..5b300e4 100644 --- a/.harness/github_w1.yaml +++ b/.harness/github_w1.yaml @@ -6,7 +6,7 @@ pipeline: tags: {} stages: - stage: - name: sfd + name: sfd sd identifier: sfd description: "" type: Approval From 96413a6a3016a749f00f0117d759cf7e18d88323 Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 29 May 2023 12:30:19 +0530 Subject: [PATCH 33/43] Create pipeline test pipeline ND --- .harness/test_pipeline_ND.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .harness/test_pipeline_ND.yaml diff --git a/.harness/test_pipeline_ND.yaml b/.harness/test_pipeline_ND.yaml new file mode 100644 index 0000000..65d70f8 --- /dev/null +++ b/.harness/test_pipeline_ND.yaml @@ -0,0 +1,32 @@ +pipeline: + name: test pipeline ND + identifier: test_pipeline_ND + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: a1 + identifier: a1 + description: "" + type: Approval + spec: + execution: + steps: + - step: + name: as + identifier: as + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + isAutoRejectEnabled: false + approverInputs: [] + tags: {} From 5ddb1741d3cbfcbbeb7c05311d88e939c50b8aec Mon Sep 17 00:00:00 2001 From: "adithya.viswanathan@harness.io" Date: Fri, 9 Jun 2023 13:45:53 +0530 Subject: [PATCH 34/43] Create template stage template ND test123123 --- .harness/stage_template_ND_test123123_v1.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .harness/stage_template_ND_test123123_v1.yaml diff --git a/.harness/stage_template_ND_test123123_v1.yaml b/.harness/stage_template_ND_test123123_v1.yaml new file mode 100644 index 0000000..902b53a --- /dev/null +++ b/.harness/stage_template_ND_test123123_v1.yaml @@ -0,0 +1,29 @@ +template: + name: stage template ND test123123 + identifier: stage_template_ND_test123123 + versionLabel: v1 + type: Stage + projectIdentifier: naidusanity + orgIdentifier: default + tags: {} + spec: + type: Approval + spec: + execution: + steps: + - step: + name: dsaf + identifier: dsaf + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + isAutoRejectEnabled: false + approverInputs: [] From 80b5eff529c20ef082c3002d36519eab9529ccb0 Mon Sep 17 00:00:00 2001 From: "adithya.viswanathan@harness.io" Date: Fri, 9 Jun 2023 13:46:38 +0530 Subject: [PATCH 35/43] Create template pipeline tempalte ND test --- .harness/pipeline_tempalte_ND_test_v1.yaml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .harness/pipeline_tempalte_ND_test_v1.yaml diff --git a/.harness/pipeline_tempalte_ND_test_v1.yaml b/.harness/pipeline_tempalte_ND_test_v1.yaml new file mode 100644 index 0000000..a8fe1cd --- /dev/null +++ b/.harness/pipeline_tempalte_ND_test_v1.yaml @@ -0,0 +1,27 @@ +template: + name: pipeline tempalte ND test + identifier: pipeline_tempalte_ND_test + versionLabel: v1 + type: Pipeline + projectIdentifier: naidusanity + orgIdentifier: default + tags: {} + spec: + stages: + - stage: + name: s2 + identifier: s2 + template: + templateRef: stage_template_ND_test123123 + versionLabel: v1 + templateInputs: + type: Approval + spec: + execution: + steps: + - step: + identifier: dsaf + type: HarnessApproval + spec: + approvers: + userGroups: <+input> From b29a5b7e1a19b8427ad393e37e8fde6ca2b10aa8 Mon Sep 17 00:00:00 2001 From: "adithya.viswanathan@harness.io" Date: Fri, 9 Jun 2023 16:58:09 +0530 Subject: [PATCH 36/43] Update template stage template ND test123123 --- .harness/stage_template_ND_test123123_v1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/stage_template_ND_test123123_v1.yaml b/.harness/stage_template_ND_test123123_v1.yaml index 902b53a..f8a8902 100644 --- a/.harness/stage_template_ND_test123123_v1.yaml +++ b/.harness/stage_template_ND_test123123_v1.yaml @@ -22,7 +22,7 @@ template: and approve the pipeline progression includePipelineExecutionHistory: true approvers: - minimumCount: 1 + minimumCount: <+input> disallowPipelineExecutor: false userGroups: <+input> isAutoRejectEnabled: false From 765a5d66dd0c5aefff9e0416bf7ba54c3bfac1ef Mon Sep 17 00:00:00 2001 From: "adithya.viswanathan@harness.io" Date: Fri, 9 Jun 2023 16:58:44 +0530 Subject: [PATCH 37/43] Update template pipeline tempalte ND test --- .harness/pipeline_tempalte_ND_test_v1.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.harness/pipeline_tempalte_ND_test_v1.yaml b/.harness/pipeline_tempalte_ND_test_v1.yaml index a8fe1cd..6313eba 100644 --- a/.harness/pipeline_tempalte_ND_test_v1.yaml +++ b/.harness/pipeline_tempalte_ND_test_v1.yaml @@ -24,4 +24,5 @@ template: type: HarnessApproval spec: approvers: + minimumCount: <+input> userGroups: <+input> From f8c79659e3f289fb4fef961d44ada2fc20bfd98c Mon Sep 17 00:00:00 2001 From: "prashant.sharma@harness.io" Date: Thu, 29 Jun 2023 17:04:36 +0530 Subject: [PATCH 38/43] Create pipeline nonDefault --- .harness/nonDefault.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .harness/nonDefault.yaml diff --git a/.harness/nonDefault.yaml b/.harness/nonDefault.yaml new file mode 100644 index 0000000..0e5ee07 --- /dev/null +++ b/.harness/nonDefault.yaml @@ -0,0 +1,23 @@ +pipeline: + name: nonDefault + identifier: nonDefault + projectIdentifier: vivek_proj + orgIdentifier: default + tags: {} + stages: + - stage: + name: custom1 + identifier: custom1 + description: "" + type: Custom + spec: + execution: + steps: + - step: + name: step1 + identifier: step1 + template: + templateRef: remoteStep + versionLabel: v1 + gitBranch: PRSource + tags: {} From c7ca845ca56e92ee839f35653ab5fc6234628243 Mon Sep 17 00:00:00 2001 From: "prashant.sharma@harness.io" Date: Thu, 29 Jun 2023 17:08:11 +0530 Subject: [PATCH 39/43] Update pipeline nonDefault --- .harness/nonDefault.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.harness/nonDefault.yaml b/.harness/nonDefault.yaml index 0e5ee07..a4d0a31 100644 --- a/.harness/nonDefault.yaml +++ b/.harness/nonDefault.yaml @@ -21,3 +21,19 @@ pipeline: versionLabel: v1 gitBranch: PRSource tags: {} + - stage: + name: custom2 + identifier: custom2 + description: "" + type: Custom + spec: + execution: + steps: + - step: + name: step2 + identifier: step2 + template: + templateRef: remoteStep + versionLabel: v1 + gitBranch: PRSource + tags: {} From f06d465fc150af340351cf28b458652e0797d4de Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 5 Jul 2023 13:55:50 +0530 Subject: [PATCH 40/43] Create pipeline test qipeline test no default --- .harness/test_qipeline_test_no_default.yaml | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .harness/test_qipeline_test_no_default.yaml diff --git a/.harness/test_qipeline_test_no_default.yaml b/.harness/test_qipeline_test_no_default.yaml new file mode 100644 index 0000000..df78b2a --- /dev/null +++ b/.harness/test_qipeline_test_no_default.yaml @@ -0,0 +1,32 @@ +pipeline: + name: test qipeline test no default + identifier: test_qipeline_test_no_default + projectIdentifier: GitX_Remote + orgIdentifier: default + tags: {} + stages: + - stage: + name: dsf + identifier: dsf + description: "" + type: Approval + spec: + execution: + steps: + - step: + name: dsf + identifier: dsf + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + isAutoRejectEnabled: false + approverInputs: [] + tags: {} From 5cac7190e70f8ff5319773d782b5bf2bd44f3d27 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 5 Jul 2023 13:56:18 +0530 Subject: [PATCH 41/43] Update pipeline test qipeline test no default --- .harness/test_qipeline_test_no_default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.harness/test_qipeline_test_no_default.yaml b/.harness/test_qipeline_test_no_default.yaml index df78b2a..dfbbb05 100644 --- a/.harness/test_qipeline_test_no_default.yaml +++ b/.harness/test_qipeline_test_no_default.yaml @@ -6,8 +6,8 @@ pipeline: tags: {} stages: - stage: - name: dsf - identifier: dsf + name: dsfsdf + identifier: dsfdf description: "" type: Approval spec: From c075d23b523d9284e3ab9fe3b8e755d6189a2737 Mon Sep 17 00:00:00 2001 From: "adithya.viswanathan@harness.io" Date: Tue, 11 Jul 2023 12:23:58 +0530 Subject: [PATCH 42/43] Clone pipeline commandStep --- .harness/commandStep_Clone_2.yaml | 107 ++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 .harness/commandStep_Clone_2.yaml diff --git a/.harness/commandStep_Clone_2.yaml b/.harness/commandStep_Clone_2.yaml new file mode 100644 index 0000000..3c7a024 --- /dev/null +++ b/.harness/commandStep_Clone_2.yaml @@ -0,0 +1,107 @@ +--- +pipeline: + projectIdentifier: "naidusanity" + orgIdentifier: "default" + tags: {} + stages: + - stage: + name: "app" + identifier: "app" + description: "" + type: "Approval" + spec: + execution: + steps: + - step: + name: "app" + identifier: "app" + type: "HarnessApproval" + timeout: "1d" + spec: + approvalMessage: "Please review the following information\nand approve\ + \ the pipeline progression" + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: + - "shalinitest" + isAutoRejectEnabled: false + approverInputs: [] + tags: {} + - stage: + name: "cd" + identifier: "cd" + description: "" + type: "Deployment" + spec: + deploymentType: "Ssh" + service: + serviceRef: "sshservice" + environment: + environmentRef: "sshenv" + deployToAll: false + infrastructureDefinitions: + - identifier: "sshinfra" + execution: + steps: + - stepGroup: + name: "sg" + identifier: "sg" + steps: + - step: + name: "Deploy" + identifier: "Deploy" + timeout: "10m" + strategy: + repeat: + items: "<+stage.output.hosts>" + template: + templateRef: "account.Default_Install_Jar_Bash" + templateInputs: + type: "Command" + spec: + environmentVariables: + - name: "DestinationDirectory" + type: "String" + value: "$HOME/<+service.name>/<+env.name>" + - name: "WorkingDirectory" + type: "String" + value: "$HOME/<+service.name>/<+env.name>/tomcat/bin" + - step: + name: "Deploy" + identifier: "Deploy2" + timeout: "10m" + when: + stageStatus: "All" + strategy: + repeat: + items: "<+stage.output.hosts>" + template: + templateRef: "account.Default_Install_Jar_Bash" + templateInputs: + type: "Command" + spec: + environmentVariables: + - name: "DestinationDirectory" + type: "String" + value: "$HOME/<+service.name>/<+env.name>" + - name: "WorkingDirectory" + type: "String" + value: "$HOME/<+service.name>/<+env.name>/tomcat/bin" + rollbackSteps: + - step: + type: "Wait" + name: "Wait_1" + identifier: "Wait_1" + spec: + duration: "10m" + tags: {} + failureStrategies: + - onFailure: + errors: + - "AllErrors" + action: + type: "StageRollback" + identifier: "commandStep_Clone_2" + name: "commandStep - Clone - 2" From 0c9aed9af97e673d71d0e0774548e1ae825a9eba Mon Sep 17 00:00:00 2001 From: Amit Singh Date: Wed, 20 Sep 2023 10:52:31 +0530 Subject: [PATCH 43/43] Create pipeline test new pipeline pr --- .harness/test_new_pipeline_pr.yaml | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .harness/test_new_pipeline_pr.yaml diff --git a/.harness/test_new_pipeline_pr.yaml b/.harness/test_new_pipeline_pr.yaml new file mode 100644 index 0000000..2cbef75 --- /dev/null +++ b/.harness/test_new_pipeline_pr.yaml @@ -0,0 +1,32 @@ +pipeline: + name: test new pipeline pr + identifier: test_new_pipeline_pr + projectIdentifier: test_adi + orgIdentifier: default + tags: {} + stages: + - stage: + name: d + identifier: d + description: "" + type: Approval + spec: + execution: + steps: + - step: + name: fdf + identifier: fdf + type: HarnessApproval + timeout: 1d + spec: + approvalMessage: |- + Please review the following information + and approve the pipeline progression + includePipelineExecutionHistory: true + approvers: + minimumCount: 1 + disallowPipelineExecutor: false + userGroups: <+input> + isAutoRejectEnabled: false + approverInputs: [] + tags: {}