From 121ed83a7c65b8969c2206cd8422aa2d731efe0f Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:37:35 +0100 Subject: [PATCH 01/14] 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 0f915b20e5..e782a316d3 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

JavaHome App 2020 Weekend

+

Hello Everyone My Birtthday Is Tomorrow!!!!

From 3d2882ab5a4d29e3ba5888dca2476a7d3ef6b950 Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:40:09 +0100 Subject: [PATCH 02/14] 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 e782a316d3..6986c9b6a0 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,5 @@ -

Hello Everyone My Birtthday Is Tomorrow!!!!

+

Hello Everyone My Birthday Is Tomorrow!!!!

From be56b3d89d3a393443aa332abb5a4673fc98e8a3 Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:44:25 +0100 Subject: [PATCH 03/14] Update index.jsp --- src/main/webapp/index.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index 6986c9b6a0..8f8bec9030 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,5 +1,6 @@

Hello Everyone My Birthday Is Tomorrow!!!!

+

Good Morning!!!

From 13037279b2116017191bd8106a443bd93135b8ab Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:55:43 +0100 Subject: [PATCH 04/14] 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 8f8bec9030..cd6cabee41 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -2,5 +2,5 @@

Hello Everyone My Birthday Is Tomorrow!!!!

Good Morning!!!

- +

Good Morning Owolabi Titilope Oluwanifemi!!!

From 6e655cd5273f010bb96925d0bbbac2a03cdc7666 Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:08:23 +0100 Subject: [PATCH 05/14] Update index.jsp --- src/main/webapp/index.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index cd6cabee41..50b12cd9ee 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,6 +1,6 @@ -

Hello Everyone My Birthday Is Tomorrow!!!!

+

Hello Everyone My Birthday Is Tomorrow!!!!

Good Morning!!!

-

Good Morning Owolabi Titilope Oluwanifemi!!!

+

Good Morning Bro Selim!!!

From 1c0ffcdc860e8da1756bae4ea6b94985e95edeca Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:01:46 +0100 Subject: [PATCH 06/14] Update Jenkins-Declarative-Git --- Jenkins-Declarative-Git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins-Declarative-Git b/Jenkins-Declarative-Git index 11cdadc5d0..e2cd8c70b7 100644 --- a/Jenkins-Declarative-Git +++ b/Jenkins-Declarative-Git @@ -22,11 +22,11 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ec2-user@172.31.5.176:/opt/tomcat8/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@ec2-3-144-86-234:/home/ubuntu/apache-tomcat-9.0.83/webapps/ - ssh ec2-user@172.31.5.176 /opt/tomcat8/bin/shutdown.sh + ssh ubuntu@ec2-3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/ - ssh ec2-user@172.31.5.176 /opt/tomcat8/bin/startup.sh + ssh ubuntu@ec2-3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/ """ } From 499555872d7de218e5f547280273bc89ab825e75 Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:24:28 +0100 Subject: [PATCH 07/14] Update Jenkins-Declarative-Git --- Jenkins-Declarative-Git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkins-Declarative-Git b/Jenkins-Declarative-Git index e2cd8c70b7..9219325743 100644 --- a/Jenkins-Declarative-Git +++ b/Jenkins-Declarative-Git @@ -24,9 +24,9 @@ pipeline{ sh """ scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@ec2-3-144-86-234:/home/ubuntu/apache-tomcat-9.0.83/webapps/ - ssh ubuntu@ec2-3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/ + ssh ubuntu@ec2-3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh - ssh ubuntu@ec2-3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/ + ssh ubuntu@ec2-3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh """ } From 9f2eecf8370ea76992a1b7e7470c7b92d8899527 Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:30:01 +0100 Subject: [PATCH 08/14] Update Jenkins-Declarative-Git --- Jenkins-Declarative-Git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins-Declarative-Git b/Jenkins-Declarative-Git index 9219325743..bcf877997e 100644 --- a/Jenkins-Declarative-Git +++ b/Jenkins-Declarative-Git @@ -22,11 +22,11 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@ec2-3-144-86-234:/home/ubuntu/apache-tomcat-9.0.83/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@3.144.86.234:/home/ubuntu/apache-tomcat-9.0.83/webapps/ - ssh ubuntu@ec2-3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh + ssh ubuntu@3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh - ssh ubuntu@ec2-3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh + ssh ubuntu@3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh """ } From 1b4528db0090a8283f061bf375aa9a86ab8e65ea Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Sun, 3 Dec 2023 18:55:26 +0100 Subject: [PATCH 09/14] Update Jenkins-Declarative-Git --- Jenkins-Declarative-Git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins-Declarative-Git b/Jenkins-Declarative-Git index bcf877997e..cc21cdc165 100644 --- a/Jenkins-Declarative-Git +++ b/Jenkins-Declarative-Git @@ -22,11 +22,11 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@3.144.86.234:/home/ubuntu/apache-tomcat-9.0.83/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@18.227.24.218:/home/ubuntu/apache-tomcat-9.0.83/webapps/ - ssh ubuntu@3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh + ssh ubuntu18.227.24.218 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh - ssh ubuntu@3-144-86-234 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh + ssh ubuntu@18.227.24.218 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh """ } From 28cc3b363422ff1a9c9ab7ef563a3075f4643503 Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Sun, 3 Dec 2023 19:27:41 +0100 Subject: [PATCH 10/14] Update Jenkins-Declarative-Git --- Jenkins-Declarative-Git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins-Declarative-Git b/Jenkins-Declarative-Git index cc21cdc165..c455bcc313 100644 --- a/Jenkins-Declarative-Git +++ b/Jenkins-Declarative-Git @@ -22,11 +22,11 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@18.227.24.218:/home/ubuntu/apache-tomcat-9.0.83/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@18.218.192.1:/home/ubuntu/apache-tomcat-9.0.83/webapps/ - ssh ubuntu18.227.24.218 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh + ssh ubuntu@18.218.192.1 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh - ssh ubuntu@18.227.24.218 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh + ssh ubuntu@18.218.192.1 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh """ } From 300c3a893f949664f71c598546b2ccb194edb50d Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Sun, 3 Dec 2023 21:41:24 +0100 Subject: [PATCH 11/14] Update Jenkins-Declarative-Git --- Jenkins-Declarative-Git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins-Declarative-Git b/Jenkins-Declarative-Git index c455bcc313..e60c81eed8 100644 --- a/Jenkins-Declarative-Git +++ b/Jenkins-Declarative-Git @@ -9,7 +9,7 @@ pipeline{ stages{ stage("Git Checkout"){ steps{ - git credentialsId: 'github', url: 'https://github.com/javahometech/myweb' + git credentialsId: 'github', url: 'https://github.com/Josetim/myweb.git' } } stage("Maven Build"){ From d4248e282fc9a3f4a7fd3e15c8d989600548233c Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Sun, 3 Dec 2023 22:05:01 +0100 Subject: [PATCH 12/14] Update Jenkins-Declarative-Git --- Jenkins-Declarative-Git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins-Declarative-Git b/Jenkins-Declarative-Git index e60c81eed8..8a28f6b023 100644 --- a/Jenkins-Declarative-Git +++ b/Jenkins-Declarative-Git @@ -22,11 +22,11 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@18.218.192.1:/home/ubuntu/apache-tomcat-9.0.83/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@18.217.191.200:/home/ubuntu/apache-tomcat-9.0.83/webapps/ - ssh ubuntu@18.218.192.1 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh + ssh ubuntu@18.217.191.200 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh - ssh ubuntu@18.218.192.1 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh + ssh ubuntu@18.217.191.200 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh """ } From e714849c45e5ca2c27ce72371be7100d4b33ee98 Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Mon, 4 Dec 2023 00:46:12 +0100 Subject: [PATCH 13/14] Update Jenkins-Declarative-Git --- Jenkins-Declarative-Git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins-Declarative-Git b/Jenkins-Declarative-Git index 8a28f6b023..ce6be28b54 100644 --- a/Jenkins-Declarative-Git +++ b/Jenkins-Declarative-Git @@ -22,11 +22,11 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@18.217.191.200:/home/ubuntu/apache-tomcat-9.0.83/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@52.14.35.227:/home/ubuntu/apache-tomcat-9.0.83/webapps/ - ssh ubuntu@18.217.191.200 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh + ssh ubuntu@52.14.35.227 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh - ssh ubuntu@18.217.191.200 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh + ssh ubuntu@52.14.35.227 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh """ } From df9fe9e17ec4a8ad5d663128cd2adc8d49257ec0 Mon Sep 17 00:00:00 2001 From: Timilehin Joseph <131173366+Josetim@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:57:27 +0100 Subject: [PATCH 14/14] Update Jenkins-Declarative-Git --- Jenkins-Declarative-Git | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins-Declarative-Git b/Jenkins-Declarative-Git index ce6be28b54..48ffb1dfdc 100644 --- a/Jenkins-Declarative-Git +++ b/Jenkins-Declarative-Git @@ -22,11 +22,11 @@ pipeline{ steps{ sshagent(['tomcat-new']) { sh """ - scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@52.14.35.227:/home/ubuntu/apache-tomcat-9.0.83/webapps/ + scp -o StrictHostKeyChecking=no target/myweb.war ubuntu@18.219.239.214:/home/ubuntu/apache-tomcat-9.0.83/webapps/ - ssh ubuntu@52.14.35.227 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh + ssh ubuntu@18.219.239.214 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/shutdown.sh - ssh ubuntu@52.14.35.227 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh + ssh ubuntu@18.219.239.214 /home/ubuntu/apache-tomcat-9.0.83/webapps/bin/startup.sh """ }