From a1959a08c2b6e31c17cfc7007a225d446c6d6f90 Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 14 Mar 2025 00:58:16 +0530 Subject: [PATCH 1/2] Create pipeline pipeline-17 --- .harness/pipeline17.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .harness/pipeline17.yaml diff --git a/.harness/pipeline17.yaml b/.harness/pipeline17.yaml new file mode 100644 index 00000000..32d19869 --- /dev/null +++ b/.harness/pipeline17.yaml @@ -0,0 +1,9 @@ +pipeline: + "on": + - pull_request + clone: + disabled: true + stages: + - steps: + - run: + script: echo "hello from branch pipeline-16.Sync" From 6cca44bad6f30ee3617c0284370c219dada317b6 Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Fri, 14 Mar 2025 00:58:58 +0530 Subject: [PATCH 2/2] Update pipeline17.yaml --- .harness/pipeline17.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline17.yaml b/.harness/pipeline17.yaml index 32d19869..cec113f4 100644 --- a/.harness/pipeline17.yaml +++ b/.harness/pipeline17.yaml @@ -6,4 +6,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-16.Sync" + script: echo "hello from branch pipeline-17.Sync"