From fda2c7c73e65cba56e0c5b2c8e152845c798ac31 Mon Sep 17 00:00:00 2001 From: Aayush Date: Sun, 8 Dec 2024 18:11:01 +0530 Subject: [PATCH 1/3] This is first commit --- aayush.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 aayush.html diff --git a/aayush.html b/aayush.html new file mode 100644 index 0000000..e7ff7de --- /dev/null +++ b/aayush.html @@ -0,0 +1,5 @@ + + +

This is an git html file from Aayush Darpe

+ + \ No newline at end of file From 1c813ae43c0c82e947c149aa5e974df1625d7d16 Mon Sep 17 00:00:00 2001 From: Aayush Date: Thu, 12 Dec 2024 10:05:24 +0530 Subject: [PATCH 2/3] This is practical question 2 --- Gitprac.java | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Gitprac.java diff --git a/Gitprac.java b/Gitprac.java new file mode 100644 index 0000000..c3e5237 --- /dev/null +++ b/Gitprac.java @@ -0,0 +1,7 @@ +public class Gitprac +{ +public static void main(String args[]) +{ +system.out.println("This program is to demonstrate Jenkins to execute a job after another job"); +} +} \ No newline at end of file From a7ff01b7609542896cd92438596f92f894750012 Mon Sep 17 00:00:00 2001 From: AayushDarpe Date: Thu, 12 Dec 2024 10:16:49 +0530 Subject: [PATCH 3/3] Delete aayush.html --- aayush.html | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 aayush.html diff --git a/aayush.html b/aayush.html deleted file mode 100644 index e7ff7de..0000000 --- a/aayush.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

This is an git html file from Aayush Darpe

- - \ No newline at end of file