From c0fcd87dc28c21a25b685b6ed6fd758fe7fad59f Mon Sep 17 00:00:00 2001 From: proplayer <87977736+jyotisable@users.noreply.github.com> Date: Tue, 17 Aug 2021 10:46:30 +0530 Subject: [PATCH 1/2] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 98d2540..48fc3c0 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 "mvn clean -f TicketBookingServiceJunitTesting" } From c1e0916608e2c29d6de5267e4eedf302a19fe045 Mon Sep 17 00:00:00 2001 From: proplayer <87977736+jyotisable@users.noreply.github.com> Date: Tue, 17 Aug 2021 10:49:46 +0530 Subject: [PATCH 2/2] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 48fc3c0..279703f 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 "mvn clean -f TicketBookingServiceJunitTesting" }