From bcecec71a977260b0102484d5d2b6771c24b04fc Mon Sep 17 00:00:00 2001 From: bolarum <137195129+bolarum@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:19:15 +0530 Subject: [PATCH 1/7] Update pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 7bb2973..aeb86bf 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,11 @@ spring-boot-starter-test test + + org.ow2.asm + asm-commons + 5.0.3 + From 0daacc994ac1f775f209448cc6a246c85a6eb3b5 Mon Sep 17 00:00:00 2001 From: bolarum <137195129+bolarum@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:23:57 +0530 Subject: [PATCH 2/7] Update pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index aeb86bf..e9acd0e 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,11 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + From f2673bbfc5d59601d770c39ff611cf968037727f Mon Sep 17 00:00:00 2001 From: bolarum <137195129+bolarum@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:26:10 +0530 Subject: [PATCH 3/7] Update pom.xml --- pom.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e9acd0e..2557a2c 100644 --- a/pom.xml +++ b/pom.xml @@ -62,10 +62,13 @@ spring-boot-maven-plugin - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + true + + From 690feb1fbefc37bbdd027a23fddee2e6274bb571 Mon Sep 17 00:00:00 2001 From: bolarum <137195129+bolarum@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:51:02 +0530 Subject: [PATCH 4/7] Update Jenkinsfile --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 98d2540..f715720 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,8 +3,9 @@ pipeline { stages { stage('git repo & clean') { steps { - bat "rmdir /s /q TicketBookingServiceJunitTesting" - bat "git clone https://github.com/kishancs2020/TicketBookingServiceJunitTesting.git" + //bat "rmdir /s /q TicketBookingServiceJunitTesting" + //bat "git clone https://github.com/kishancs2020/TicketBookingServiceJunitTesting.git" + bat "git clone https://github.com/bolarum/TicketBookingServiceJunitTesting.git" bat "mvn clean -f TicketBookingServiceJunitTesting" } } From 2f3a34a0bad8493044244bfe110d23ecb6451093 Mon Sep 17 00:00:00 2001 From: bolarum <137195129+bolarum@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:19:57 +0530 Subject: [PATCH 5/7] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f715720..f9c2c1d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('git repo & clean') { steps { - //bat "rmdir /s /q TicketBookingServiceJunitTesting" + bat "rmdir /s /q TicketBookingServiceJunitTesting" //bat "git clone https://github.com/kishancs2020/TicketBookingServiceJunitTesting.git" bat "git clone https://github.com/bolarum/TicketBookingServiceJunitTesting.git" bat "mvn clean -f TicketBookingServiceJunitTesting" From f81e4ccc3849bf2fe91df01917465f08b664bd62 Mon Sep 17 00:00:00 2001 From: bolarum <137195129+bolarum@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:41:10 +0530 Subject: [PATCH 6/7] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f9c2c1d..f715720 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('git repo & clean') { steps { - bat "rmdir /s /q TicketBookingServiceJunitTesting" + //bat "rmdir /s /q TicketBookingServiceJunitTesting" //bat "git clone https://github.com/kishancs2020/TicketBookingServiceJunitTesting.git" bat "git clone https://github.com/bolarum/TicketBookingServiceJunitTesting.git" bat "mvn clean -f TicketBookingServiceJunitTesting" From f77f97a3339088cf623233b504a00b5b225b4f16 Mon Sep 17 00:00:00 2001 From: bolarum <137195129+bolarum@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:43:04 +0530 Subject: [PATCH 7/7] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f715720..f9c2c1d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('git repo & clean') { steps { - //bat "rmdir /s /q TicketBookingServiceJunitTesting" + bat "rmdir /s /q TicketBookingServiceJunitTesting" //bat "git clone https://github.com/kishancs2020/TicketBookingServiceJunitTesting.git" bat "git clone https://github.com/bolarum/TicketBookingServiceJunitTesting.git" bat "mvn clean -f TicketBookingServiceJunitTesting"