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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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/26] 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 827ecc7d177ff167885ca051cd9f895adb5f4049 Mon Sep 17 00:00:00 2001 From: "prashant.sharma@harness.io" Date: Tue, 14 Mar 2023 10:49:01 +0530 Subject: [PATCH 26/26] Update pipeline childNonDefaultBranch --- .harness/childNonDefaultBranch.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.harness/childNonDefaultBranch.yaml b/.harness/childNonDefaultBranch.yaml index 38fa62e..6a3173e 100644 --- a/.harness/childNonDefaultBranch.yaml +++ b/.harness/childNonDefaultBranch.yaml @@ -24,7 +24,10 @@ pipeline: type: Inline spec: script: exit 0 - environmentVariables: [] + environmentVariables: + - name: var1 + type: String + value: <+input> outputVariables: [] timeout: <+input> tags: {}