From 84dde90759310de549f986fd1d0c7faa0026b495 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 19:44:49 +0530 Subject: [PATCH 01/19] Create pipeline pipeline-10 --- .harness/pipeline10.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .harness/pipeline10.yaml diff --git a/.harness/pipeline10.yaml b/.harness/pipeline10.yaml new file mode 100644 index 00000000..51df01e2 --- /dev/null +++ b/.harness/pipeline10.yaml @@ -0,0 +1,13 @@ +pipeline: + "on": + push: + branches: + - pipeline-10 + pull_request: + branches: main + clone: + disabled: true + stages: + - steps: + - run: + script: echo "hello from branch pipeline-10.Sync." From d239372546ef3312c284bbc70681ca9bf24c3de8 Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:45:28 +0530 Subject: [PATCH 02/19] Update Main.java --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.java b/src/Main.java index bacb878a..581fe4b9 100644 --- a/src/Main.java +++ b/src/Main.java @@ -2,6 +2,6 @@ import java.util.logging.Logger; public class Main { public static void main(String[] args) { - System.out.println("hello world !!!"); + System.out.println("hello world !!!!"); } } From ce2d15d590e1af3ac60be47d88ed70a8526db643 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 19:47:28 +0530 Subject: [PATCH 03/19] Update pipeline pipeline-10 --- .harness/pipeline10.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.harness/pipeline10.yaml b/.harness/pipeline10.yaml index 51df01e2..a575e4b9 100644 --- a/.harness/pipeline10.yaml +++ b/.harness/pipeline10.yaml @@ -4,7 +4,8 @@ pipeline: branches: - pipeline-10 pull_request: - branches: main + branches: + - develop clone: disabled: true stages: From bde761d5043f33f36a66db95d66bc52b3483b82f Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 19:48:19 +0530 Subject: [PATCH 04/19] Create pipeline pipeline-10-1 --- .harness/pipeline101.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .harness/pipeline101.yaml diff --git a/.harness/pipeline101.yaml b/.harness/pipeline101.yaml new file mode 100644 index 00000000..3ac188c3 --- /dev/null +++ b/.harness/pipeline101.yaml @@ -0,0 +1,9 @@ +pipeline: + "on": + - push + clone: + disabled: true + stages: + - steps: + - run: + script: echo "hello from branch pipeline-10.Sync." From cdd28ad4044a2f3d18e71722953ec307fbe2c5fc Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 19:49:39 +0530 Subject: [PATCH 05/19] Create pipeline pipeline-10-2 --- .harness/pipeline102.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .harness/pipeline102.yaml diff --git a/.harness/pipeline102.yaml b/.harness/pipeline102.yaml new file mode 100644 index 00000000..30fde7dd --- /dev/null +++ b/.harness/pipeline102.yaml @@ -0,0 +1,14 @@ +pipeline: + "on": + push: + branches: + - pipeline-100 + pull_request: + branches: + - main + clone: + disabled: true + stages: + - steps: + - run: + script: echo "hello from branch pipeline-10.Sync." From 0db07362cd93c48125f7f521493a7d2c17fa6230 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 19:50:28 +0530 Subject: [PATCH 06/19] Create pipeline pipeline-10-3 --- .harness/pipeline103.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .harness/pipeline103.yaml diff --git a/.harness/pipeline103.yaml b/.harness/pipeline103.yaml new file mode 100644 index 00000000..3c8bf367 --- /dev/null +++ b/.harness/pipeline103.yaml @@ -0,0 +1,9 @@ +pipeline: + "on": + - pull_request + clone: + disabled: true + stages: + - steps: + - run: + script: echo "hello from branch pipeline-10.Sync." From 7ff780c2630cb990c6e6055bf0b3b159e04016b7 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 19:50:57 +0530 Subject: [PATCH 07/19] Update pipeline pipeline-10-1 --- .harness/pipeline101.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline101.yaml b/.harness/pipeline101.yaml index 3ac188c3..e7370dfc 100644 --- a/.harness/pipeline101.yaml +++ b/.harness/pipeline101.yaml @@ -6,4 +6,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-10.Sync." + script: echo "hello from branch pipeline-10-1.Sync." From 548b3c1fdedc2c32befcd24f7d337a7d67bc13b2 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 19:51:12 +0530 Subject: [PATCH 08/19] Update pipeline pipeline-10-2 --- .harness/pipeline102.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline102.yaml b/.harness/pipeline102.yaml index 30fde7dd..cece47bc 100644 --- a/.harness/pipeline102.yaml +++ b/.harness/pipeline102.yaml @@ -11,4 +11,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-10.Sync." + script: echo "hello from branch pipeline-10-2.Sync." From 089823783b3179bb7c3ae22e1c74020287b33730 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 19:51:23 +0530 Subject: [PATCH 09/19] Update pipeline pipeline-10-3 --- .harness/pipeline103.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline103.yaml b/.harness/pipeline103.yaml index 3c8bf367..867db108 100644 --- a/.harness/pipeline103.yaml +++ b/.harness/pipeline103.yaml @@ -6,4 +6,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-10.Sync." + script: echo "hello from branch pipeline-10-3.Sync." From d1aba4bcedd4e69e7d60b303388e1f2545855422 Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:55:04 +0530 Subject: [PATCH 10/19] Update Main.java --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.java b/src/Main.java index 581fe4b9..c0ee6ff8 100644 --- a/src/Main.java +++ b/src/Main.java @@ -2,6 +2,6 @@ import java.util.logging.Logger; public class Main { public static void main(String[] args) { - System.out.println("hello world !!!!"); + System.out.println("hello world !!!!!"); } } From a5f7f2c6817fdd679e64f999cb343c2d3e4fc2fd Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 20:13:51 +0530 Subject: [PATCH 11/19] Update pipeline pipeline-10 --- .harness/pipeline10.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.harness/pipeline10.yaml b/.harness/pipeline10.yaml index a575e4b9..19e1bc56 100644 --- a/.harness/pipeline10.yaml +++ b/.harness/pipeline10.yaml @@ -1,11 +1,11 @@ pipeline: "on": - push: - branches: - - pipeline-10 - pull_request: - branches: - - develop + - push: + branches: + - pipeline-10 + - pull_request: + branches: + - develop clone: disabled: true stages: From eb24537cc92cd1facefd084084cd9c3786cd5be8 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 20:15:07 +0530 Subject: [PATCH 12/19] Update pipeline pipeline-10-2 --- .harness/pipeline102.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.harness/pipeline102.yaml b/.harness/pipeline102.yaml index cece47bc..f2262f34 100644 --- a/.harness/pipeline102.yaml +++ b/.harness/pipeline102.yaml @@ -1,11 +1,11 @@ pipeline: "on": - push: - branches: - - pipeline-100 - pull_request: - branches: - - main + - push: + branches: + - pipeline-100 + - pull_request: + branches: + - main clone: disabled: true stages: From 58add8f5e52139cfa059b0fa75d9308944fa98ea Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:16:11 +0530 Subject: [PATCH 13/19] Update Main.java --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.java b/src/Main.java index c0ee6ff8..581fe4b9 100644 --- a/src/Main.java +++ b/src/Main.java @@ -2,6 +2,6 @@ import java.util.logging.Logger; public class Main { public static void main(String[] args) { - System.out.println("hello world !!!!!"); + System.out.println("hello world !!!!"); } } From 13272886aa40cf89f6e3ce6d4183964c8e14eea1 Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:18:03 +0530 Subject: [PATCH 14/19] Update Main.java --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.java b/src/Main.java index 581fe4b9..bacb878a 100644 --- a/src/Main.java +++ b/src/Main.java @@ -2,6 +2,6 @@ import java.util.logging.Logger; public class Main { public static void main(String[] args) { - System.out.println("hello world !!!!"); + System.out.println("hello world !!!"); } } From 1eed00657aa46536cfb2784e1cfd0bc34d8e3f98 Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 20:19:03 +0530 Subject: [PATCH 15/19] Update pipeline pipeline-10 --- .harness/pipeline10.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.harness/pipeline10.yaml b/.harness/pipeline10.yaml index 19e1bc56..a575e4b9 100644 --- a/.harness/pipeline10.yaml +++ b/.harness/pipeline10.yaml @@ -1,11 +1,11 @@ pipeline: "on": - - push: - branches: - - pipeline-10 - - pull_request: - branches: - - develop + push: + branches: + - pipeline-10 + pull_request: + branches: + - develop clone: disabled: true stages: From 8c6e58df429c327f78a6130ca09912c0c1af4dd9 Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:19:40 +0530 Subject: [PATCH 16/19] Update pipeline103.yaml --- .harness/pipeline103.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline103.yaml b/.harness/pipeline103.yaml index 867db108..de5ea0b2 100644 --- a/.harness/pipeline103.yaml +++ b/.harness/pipeline103.yaml @@ -6,4 +6,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-10-3.Sync." + script: echo "hello from branch pipeline-10-3.Sync. " From ae766b0c8061274ef9286434d0a2246c37e2840f Mon Sep 17 00:00:00 2001 From: Admin Date: Wed, 12 Mar 2025 20:20:09 +0530 Subject: [PATCH 17/19] Update pipeline pipeline-10-2 --- .harness/pipeline102.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.harness/pipeline102.yaml b/.harness/pipeline102.yaml index f2262f34..cece47bc 100644 --- a/.harness/pipeline102.yaml +++ b/.harness/pipeline102.yaml @@ -1,11 +1,11 @@ pipeline: "on": - - push: - branches: - - pipeline-100 - - pull_request: - branches: - - main + push: + branches: + - pipeline-100 + pull_request: + branches: + - main clone: disabled: true stages: From 4c450782732657b112c18195059c2f63b6b1d3ea Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:29:44 +0530 Subject: [PATCH 18/19] Update pipeline103.yaml --- .harness/pipeline103.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline103.yaml b/.harness/pipeline103.yaml index de5ea0b2..867db108 100644 --- a/.harness/pipeline103.yaml +++ b/.harness/pipeline103.yaml @@ -6,4 +6,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-10-3.Sync. " + script: echo "hello from branch pipeline-10-3.Sync." From 55659830d26853e9231ecf35186317a9e1d74bce Mon Sep 17 00:00:00 2001 From: ShobhitSingh11 <139750384+ShobhitSingh11@users.noreply.github.com> Date: Wed, 12 Mar 2025 20:35:55 +0530 Subject: [PATCH 19/19] Update pipeline10.yaml --- .harness/pipeline10.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.harness/pipeline10.yaml b/.harness/pipeline10.yaml index a575e4b9..841a09ca 100644 --- a/.harness/pipeline10.yaml +++ b/.harness/pipeline10.yaml @@ -11,4 +11,4 @@ pipeline: stages: - steps: - run: - script: echo "hello from branch pipeline-10.Sync." + script: echo "hello from branch pipeline-10.Sync. "