From 228699c5dce7e471d0eb052e4b95c50fde860c8a Mon Sep 17 00:00:00 2001 From: mahy Date: Wed, 17 Feb 2021 13:33:29 +0000 Subject: [PATCH 1/6] modified --- 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 5b5b4348..655b506e 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!!

+

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

From e44f986946fbbc7ba4d9a710615a6174e31504e9 Mon Sep 17 00:00:00 2001 From: "mahyg1313@gmail.com" Date: Sat, 20 Feb 2021 05:58:37 +0000 Subject: [PATCH 2/6] modified --- 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 655b506e..fc55047c 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

+

By Mr.GANAGADARI MAHENDAR VLVARTHY

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

From c560ed542be037c4be181a705cbdac7cdd074580 Mon Sep 17 00:00:00 2001 From: "mahyg1313@gmail.com" Date: Sat, 20 Feb 2021 06:04:00 +0000 Subject: [PATCH 3/6] modified --- 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 fc55047c..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.GANAGADARI MAHENDAR VLVARTHY

+

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

From d8f0885c7f03676fe3f969ffa12c41b8947d4a8f Mon Sep 17 00:00:00 2001 From: mahendarg <61202497+mahendarg@users.noreply.github.com> Date: Mon, 4 Apr 2022 22:23:01 +0530 Subject: [PATCH 4/6] Create Jenkinsfile --- Jenkinsfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..9fda3682 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,11 @@ +pipeline { + agent any + + stages { + stage('build') { + steps { + bat 'mvn clean package' + } + } + } +} From 82df9a3fd8711e6bbdda60e334c1372046eb6681 Mon Sep 17 00:00:00 2001 From: mahendarg <61202497+mahendarg@users.noreply.github.com> Date: Mon, 4 Apr 2022 22:45:15 +0530 Subject: [PATCH 5/6] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9fda3682..c432a80d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('build') { steps { - bat 'mvn clean package' + bat '"C:\"mvn clean package' } } } From ff4b8e9f163f65bcb57d2243f56b9c048abe91ad Mon Sep 17 00:00:00 2001 From: mahendarg <61202497+mahendarg@users.noreply.github.com> Date: Mon, 4 Apr 2022 22:46:37 +0530 Subject: [PATCH 6/6] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c432a80d..41f272df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('build') { steps { - bat '"C:\"mvn clean package' + bat '"C:\\"mvn clean package' } } }