From 4604c8b0fbb328302fdf49fe8c638e812d41ebca Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Sat, 29 Jul 2023 09:48:54 +0530 Subject: [PATCH 001/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 414fe6b5..eadfc633 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.3.0

+

THIS IS MY SWIGGY V.4.0

From 453a02757246b52ccda9dac6976fbad73dcf34da Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Sat, 29 Jul 2023 09:51:31 +0530 Subject: [PATCH 002/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index eadfc633..3f06e613 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.4.0

+

THIS IS MY SWIGGY V.5.0

From 5bd0d3da509b6f071ccbe691cde1ab84b6b6b7fb Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Sat, 29 Jul 2023 10:03:21 +0530 Subject: [PATCH 003/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 3f06e613..7d473e7f 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.5.0

+

THIS IS MY SWIGGY V.6.0

From 13132b5a16599b9ea63e55ebd5fbbee79c24835b Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Sat, 29 Jul 2023 10:04:27 +0530 Subject: [PATCH 004/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 7d473e7f..751fab3d 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.6.0

+

THIS IS MY SWIGGY V.7.0

From 326d55e6fb1af3efa8dd39ad42d09da4957101c4 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Sat, 29 Jul 2023 10:05:29 +0530 Subject: [PATCH 005/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 751fab3d..fcc2b6a4 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.7.0

+

THIS IS MY SWIGGY V.8.0

From b8b0cd5bed5a562d073192255ab7771afabd903a Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Thu, 3 Aug 2023 10:06:36 +0530 Subject: [PATCH 006/173] Added Jenkinsfile --- Jenkinsfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..af9d9a97 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,11 @@ +pipeline { + agent any + stages { + stage('checkout') { + steps { + git(url: 'https://github.com/devopsbyraham/jenkins-java-project.git', branch: 'master') + } + } + + } +} \ No newline at end of file From 6e3a255e3a30f9f559860dc3467c169463e2e761 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:00:18 +0530 Subject: [PATCH 007/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index fcc2b6a4..ffd93754 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.8.0

+

THIS IS MY SWIGGY V.9.0

From 2ff0a30dcd712068507565e8fd1717f00d49f4e5 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:02:32 +0530 Subject: [PATCH 008/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index ffd93754..a4c636a2 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.9.0

+

THIS IS MY SWIGGY V.10.0

From f76972f6fcb9f6cd63df27a67037207859aa0b44 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:05:49 +0530 Subject: [PATCH 009/173] Update index.jsp --- src/main/webapp/index.jsp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index a4c636a2..5f414a9e 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,9 +1,8 @@ - - +

THIS IS MY SWIGGY V.10.0

+ From e46b159c2df6262b1eb6658d28a8c73b1baf9680 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:06:55 +0530 Subject: [PATCH 010/173] Update index.jsp --- src/main/webapp/index.jsp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 5f414a9e..a4c636a2 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,8 +1,9 @@ - + +

THIS IS MY SWIGGY V.10.0

From cca1dd28540414a9abf9b7c6aa8da161f4e2c3b7 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:07:25 +0530 Subject: [PATCH 011/173] Update Calculator.java --- src/main/java/in/javahome/myweb/controller/Calculator.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/in/javahome/myweb/controller/Calculator.java b/src/main/java/in/javahome/myweb/controller/Calculator.java index 905221bf..a01f3081 100644 --- a/src/main/java/in/javahome/myweb/controller/Calculator.java +++ b/src/main/java/in/javahome/myweb/controller/Calculator.java @@ -1,4 +1,3 @@ -package in.javahome.myweb.controller; /* * */ From 0b8bb6bea1e3d94bbf77d95261c49db7de553cdd Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:08:27 +0530 Subject: [PATCH 012/173] Update Calculator.java --- src/main/java/in/javahome/myweb/controller/Calculator.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/in/javahome/myweb/controller/Calculator.java b/src/main/java/in/javahome/myweb/controller/Calculator.java index a01f3081..905221bf 100644 --- a/src/main/java/in/javahome/myweb/controller/Calculator.java +++ b/src/main/java/in/javahome/myweb/controller/Calculator.java @@ -1,3 +1,4 @@ +package in.javahome.myweb.controller; /* * */ From 598978dbc843d249a6c0aff38286c635a28c7086 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Fri, 11 Aug 2023 21:33:00 +0530 Subject: [PATCH 013/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index a4c636a2..880b139a 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.10.0

+

THIS IS MY SWIGGY V.1.0

From e0f58a96c063c6a172600da30e15f341bcdd3b7c Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:18:31 +0530 Subject: [PATCH 014/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 880b139a..44bada01 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.1.0

+

THIS IS MY SWIGGY V.2.0

From e6c9ea8b2c9356ff4d26353c831da509f29a36c4 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:19:11 +0530 Subject: [PATCH 015/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 44bada01..414fe6b5 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.2.0

+

THIS IS MY SWIGGY V.3.0

From dcaadcb34580b0b961bbf76126d71dac036da736 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:33:21 +0530 Subject: [PATCH 016/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 414fe6b5..eadfc633 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.3.0

+

THIS IS MY SWIGGY V.4.0

From 08dd88f133029b11d3703324fb185c9696a01d51 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:36:35 +0530 Subject: [PATCH 017/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index eadfc633..3f06e613 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.4.0

+

THIS IS MY SWIGGY V.5.0

From f6490a036511f1732dfa7ff46e4b99fafabce8e6 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:38:28 +0530 Subject: [PATCH 018/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 3f06e613..7d473e7f 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.5.0

+

THIS IS MY SWIGGY V.6.0

From e7d03df543dd07827465b5d9a8d67dff83269344 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:51:24 +0530 Subject: [PATCH 019/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 7d473e7f..751fab3d 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.6.0

+

THIS IS MY SWIGGY V.7.0

From 5f72efcae7e0c02aeaf127afc3a1d72b9f4f8f3b Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:52:29 +0530 Subject: [PATCH 020/173] Update index.jsp --- src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 751fab3d..fcc2b6a4 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,7 +2,7 @@ -

THIS IS MY SWIGGY V.7.0

+

THIS IS MY SWIGGY V.8.0

From d95e1b31b7d369a06a2ecee3a97eb99e368607ec Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Sun, 27 Aug 2023 10:16:42 +0530 Subject: [PATCH 021/173] Update index.jsp --- src/main/webapp/index.jsp | 75 +++++++++++++++++++++++++++++++++++---- 1 file changed, 69 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index fcc2b6a4..af0b7bd9 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,9 +1,72 @@ - - +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> + + - -

THIS IS MY SWIGGY V.8.0

+ + + Login Page + + + + + + From ec57842c2c9012d1524000f65f12c92c5a12fd91 Mon Sep 17 00:00:00 2001 From: devopsbyraham <125343344+devopsbyraham@users.noreply.github.com> Date: Sun, 27 Aug 2023 10:21:40 +0530 Subject: [PATCH 022/173] Update index.jsp --- src/main/webapp/index.jsp | 91 +++++++++++++-------------------------- 1 file changed, 30 insertions(+), 61 deletions(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index af0b7bd9..a0c54bfe 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,72 +1,41 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> + - Login Page - + Netflix Login Page | CodingNepal + -