diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..41f272df --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,11 @@ +pipeline { + agent any + + stages { + stage('build') { + steps { + bat '"C:\\"mvn clean package' + } + } + } +} diff --git a/webapp/src/main/webapp/index.jsp b/webapp/src/main/webapp/index.jsp index 5b5b4348..780ec257 100644 --- a/webapp/src/main/webapp/index.jsp +++ b/webapp/src/main/webapp/index.jsp @@ -1,5 +1,5 @@

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

-

By Mr.Sai from Saidemy

-

It's time to start the DevOps Project-2!! Get ready!!

+

By Mr.GANAGADARI MAHENDAR hyderabad

+

It's time to start the DevOps Project-2!! Get readyLet's Go!!

This is End-End CI-CD Pipeline DevOps Project!!

We are done with DevOps Project-2