From 9a92780e7f02d3668f58f5f28447fe0f84a57e00 Mon Sep 17 00:00:00 2001 From: linda Date: Sun, 4 Jul 2021 13:37:56 +0000 Subject: [PATCH 01/15] modified --- webapp/src/main/webapp/index.jsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index b93fc246..06f5d671 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,5 +1,4 @@

Hello Dear Students !!, Welcome to DevOps Project-2 !!

By Mr.Hari from Saidemy

It's time to start the DevOps Project-2 by Mr.Hari!!

-

This is what complete End-to-End CI-CD pipeline DevOps Project!!

-

We are done with DevOps Project-2

+ From 6999a95d9129bd28875f7eb8e512f2db5d9bf5dd Mon Sep 17 00:00:00 2001 From: linda Date: Sun, 4 Jul 2021 13:49:26 +0000 Subject: [PATCH 02/15] modified --- SaiJavaCode | 1 + webapp/src/main/webapp/index.jsp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 SaiJavaCode diff --git a/SaiJavaCode b/SaiJavaCode new file mode 160000 index 00000000..9a92780e --- /dev/null +++ b/SaiJavaCode @@ -0,0 +1 @@ +Subproject commit 9a92780e7f02d3668f58f5f28447fe0f84a57e00 diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 06f5d671..bb623b00 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,4 +1,4 @@

Hello Dear Students !!, Welcome to DevOps Project-2 !!

By Mr.Hari from Saidemy

It's time to start the DevOps Project-2 by Mr.Hari!!

- +

Fully practising

From 7ad696b3d7263cb23e9203b71cf2ae9721edfdab Mon Sep 17 00:00:00 2001 From: linda Date: Mon, 5 Jul 2021 10:41:13 +0000 Subject: [PATCH 03/15] modified --- webapp/src/main/webapp/index.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index bb623b00..dbc1d64c 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -2,3 +2,4 @@

By Mr.Hari from Saidemy

It's time to start the DevOps Project-2 by Mr.Hari!!

Fully practising

+

This is complete end-to-end CI-CD pipeline project..!!!

From c279e95cc0c060bc8f9ac8c4105dfb2dc3b6b19c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Jul 2021 13:38:22 +0000 Subject: [PATCH 04/15] modified --- webapp/src/main/webapp/index.jsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index dbc1d64c..14b29dc4 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,5 +1,3 @@

Hello Dear Students !!, Welcome to DevOps Project-2 !!

By Mr.Hari from Saidemy

It's time to start the DevOps Project-2 by Mr.Hari!!

-

Fully practising

-

This is complete end-to-end CI-CD pipeline project..!!!

From 2ebdfed888769eb63b8ec11d9d89d62635287a7e Mon Sep 17 00:00:00 2001 From: lyndagondi <83711086+lyndagondi@users.noreply.github.com> Date: Wed, 21 Jul 2021 21:43:08 +0530 Subject: [PATCH 05/15] updated pom.xml added maven-enforce plugin --- pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/pom.xml b/pom.xml index eccd2068..49bae3b9 100644 --- a/pom.xml +++ b/pom.xml @@ -218,3 +218,31 @@ + + [...] + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + enforce-maven + + enforce + + + + + 3.0 + + + + + + + + + [...] + From 33d5c853429b6add8f8292f6dfa222e85b10b192 Mon Sep 17 00:00:00 2001 From: lyndagondi <83711086+lyndagondi@users.noreply.github.com> Date: Wed, 21 Jul 2021 21:48:01 +0530 Subject: [PATCH 06/15] Update pom.xml --- pom.xml | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 49bae3b9..d7303b15 100644 --- a/pom.xml +++ b/pom.xml @@ -218,31 +218,12 @@ - - [...] - - - + org.apache.maven.plugins - maven-enforcer-plugin - 3.0.0-M3 - - - enforce-maven - - enforce - - - - - 3.0 - - - - - + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + - - - [...] - From fb08b9dc1439232447b0a87038dbc8d46a37a55d Mon Sep 17 00:00:00 2001 From: lyndagondi <83711086+lyndagondi@users.noreply.github.com> Date: Wed, 21 Jul 2021 21:50:38 +0530 Subject: [PATCH 07/15] Update pom.xml --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index d7303b15..eccd2068 100644 --- a/pom.xml +++ b/pom.xml @@ -218,12 +218,3 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 1.8 - 1.8 - - From 49c9b4ebcca156dd9260052345215aec97eba09d Mon Sep 17 00:00:00 2001 From: lyndagondi <83711086+lyndagondi@users.noreply.github.com> Date: Wed, 21 Jul 2021 22:27:48 +0530 Subject: [PATCH 08/15] Update pom.xml --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index eccd2068..b68678f6 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,31 @@ + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + enforce-maven + + enforce + + + + + 3.0 + + + + + + + + scm:git:git@github.com:jleetutorial/maven-project.git From 26ccdf11d1eb4e1125db9d71a9930fa839f56d20 Mon Sep 17 00:00:00 2001 From: lyndagondi <83711086+lyndagondi@users.noreply.github.com> Date: Wed, 21 Jul 2021 22:29:37 +0530 Subject: [PATCH 09/15] Update pom.xml --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index b68678f6..30685907 100644 --- a/pom.xml +++ b/pom.xml @@ -206,7 +206,6 @@ - org.apache.maven.plugins @@ -229,8 +228,6 @@ - - scm:git:git@github.com:jleetutorial/maven-project.git scm:git:git@github.com:jleetutorial/maven-project.git From f5525b44068df47ad0086188f444f579b5dd9fcd Mon Sep 17 00:00:00 2001 From: lyndagondi <83711086+lyndagondi@users.noreply.github.com> Date: Fri, 23 Jul 2021 17:17:27 +0530 Subject: [PATCH 10/15] Update pom.xml --- pom.xml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/pom.xml b/pom.xml index 30685907..e05c85e2 100644 --- a/pom.xml +++ b/pom.xml @@ -205,29 +205,7 @@ - - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.0.0-M3 - - - enforce-maven - - enforce - - - - - 3.0 - - - - - - - + scm:git:git@github.com:jleetutorial/maven-project.git scm:git:git@github.com:jleetutorial/maven-project.git From 50c7862906ad5eadbcd90fff8b0b8cffcb21bb71 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Dec 2021 08:55:43 +0000 Subject: [PATCH 11/15] modified --- webapp/src/main/webapp/index.jsp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 14b29dc4..ce465580 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,3 +1,2 @@

Hello Dear Students !!, Welcome to DevOps Project-2 !!

-

By Mr.Hari from Saidemy

-

It's time to start the DevOps Project-2 by Mr.Hari!!

+ From 1136825207aa5e621eb8f607b5cf2369f4ab8f3c Mon Sep 17 00:00:00 2001 From: lyndagondi <83711086+lyndagondi@users.noreply.github.com> Date: Sat, 2 Apr 2022 17:54:17 +0400 Subject: [PATCH 12/15] Set up CI with Azure Pipelines Fully practice [skip ci] --- azure-pipelines.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 00000000..27a798ad --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,19 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script' From 54938dec31caed17035a8de19ecd820698883578 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 Jun 2022 06:54:44 +0000 Subject: [PATCH 13/15] new line added --- webapp/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index ce465580..f964b584 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,2 +1,2 @@

Hello Dear Students !!, Welcome to DevOps Project-2 !!

- +

Naku doubt a

From c746bd35349816eb0762f947d665766fac27880d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Feb 2023 16:02:06 +0000 Subject: [PATCH 14/15] newline added --- webapp/src/main/webapp/index.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index f964b584..5252b478 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,2 +1,4 @@

Hello Dear Students !!, Welcome to DevOps Project-2 !!

-

Naku doubt a

+

Naku doubt a

+

ITS NOT JAVACODE.. OOPS

+ From 9a470f876faa7767be4351977628205a4ef50471 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 15 Feb 2023 04:27:19 +0000 Subject: [PATCH 15/15] javacode added --- webapp/src/main/webapp/index.jsp | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 5252b478..c02a8b0b 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,4 +1,8 @@ -

Hello Dear Students !!, Welcome to DevOps Project-2 !!

-

Naku doubt a

-

ITS NOT JAVACODE.. OOPS

- + +Apache Tomcat Examples + + + +

Session ID = <%=session.getId()%>

+

Creation Time = <%=session.getCreationTime()%>

+