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/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' diff --git a/pom.xml b/pom.xml index eccd2068..e05c85e2 100644 --- a/pom.xml +++ b/pom.xml @@ -205,7 +205,7 @@ - + scm:git:git@github.com:jleetutorial/maven-project.git scm:git:git@github.com:jleetutorial/maven-project.git diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index b93fc246..c02a8b0b 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,5 +1,8 @@ -

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

+ +Apache Tomcat Examples + + + +

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

+

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

+