From 1b6509ec51c29ed634c53d3ac10d562d78b8720f Mon Sep 17 00:00:00 2001 From: Hemachander N <52342910+HemachanderN@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:34:45 +0530 Subject: [PATCH 1/4] file created --- nwfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 nwfile diff --git a/nwfile b/nwfile new file mode 100644 index 0000000..f3eb061 --- /dev/null +++ b/nwfile @@ -0,0 +1 @@ +beforewebhook commit From 53fadb00606f7dd843d3289509b1669c00298a62 Mon Sep 17 00:00:00 2001 From: Hemachander N <52342910+HemachanderN@users.noreply.github.com> Date: Thu, 17 Nov 2022 19:36:38 +0530 Subject: [PATCH 2/4] print added --- HelloWorld.java | 1 + 1 file changed, 1 insertion(+) diff --git a/HelloWorld.java b/HelloWorld.java index d13c25e..2144931 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -5,5 +5,6 @@ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); + System.out.println("Web hook check.....this message after web hook"); } } From d86b6a22cf8e46737e1a931f3e1df2e1e5072f89 Mon Sep 17 00:00:00 2001 From: Hemachander N <52342910+HemachanderN@users.noreply.github.com> Date: Thu, 17 Nov 2022 20:01:33 +0530 Subject: [PATCH 3/4] added line in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa828eb..21e60bd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Test for JENKIN - +webhook configured From 8d7b3197c9a6de395134c23e39c0a7dab6e35e02 Mon Sep 17 00:00:00 2001 From: Hemachander N <52342910+HemachanderN@users.noreply.github.com> Date: Sat, 8 Mar 2025 13:49:44 +0530 Subject: [PATCH 4/4] Update HelloWorld.java --- HelloWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index 2144931..33ff1a1 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -5,6 +5,6 @@ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); - System.out.println("Web hook check.....this message after web hook"); + } }