From 89f000ef920bc1d5da2d937fdca3d69de45684bb Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 20:53:31 +0530 Subject: [PATCH 1/4] Create pipeline pipeline-13 --- .harness/pipeline13.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .harness/pipeline13.yaml diff --git a/.harness/pipeline13.yaml b/.harness/pipeline13.yaml new file mode 100644 index 00000000..454a2a4a --- /dev/null +++ b/.harness/pipeline13.yaml @@ -0,0 +1,5 @@ +pipeline: + stages: + - steps: + - run: + script: go build From eadbf7359e0c84840008c1bf478ff161c201d559 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 20:53:48 +0530 Subject: [PATCH 2/4] Update pipeline pipeline-13 --- .harness/pipeline13.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.harness/pipeline13.yaml b/.harness/pipeline13.yaml index 454a2a4a..8f46cd5d 100644 --- a/.harness/pipeline13.yaml +++ b/.harness/pipeline13.yaml @@ -1,5 +1,9 @@ pipeline: + "on": + - pull_request + clone: + disabled: true stages: - steps: - run: - script: go build + script: echo "hello from branch pipeline-12.Sync" From 0037393d4165ce9a2cfc811ff0c9586bedaacb04 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 20:54:02 +0530 Subject: [PATCH 3/4] Update pipeline pipeline-13 --- .harness/pipeline13.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline13.yaml b/.harness/pipeline13.yaml index 8f46cd5d..35bb0402 100644 --- a/.harness/pipeline13.yaml +++ b/.harness/pipeline13.yaml @@ -6,4 +6,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-12.Sync" + script: echo "hello from branch pipeline-13.Sync" From f5e4d4f65169e5f8edaf27451e1be9e82689651c Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:56:13 +0530 Subject: [PATCH 4/4] Update pipeline13.yaml --- .harness/pipeline13.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline13.yaml b/.harness/pipeline13.yaml index 35bb0402..aff333ae 100644 --- a/.harness/pipeline13.yaml +++ b/.harness/pipeline13.yaml @@ -6,4 +6,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-13.Sync" + script: echo "hello from branch pipeline-13.Sync "