From e930a3fdafec97524946c3d71df5c3d4eda2ff4b Mon Sep 17 00:00:00 2001 From: pawandhimancse <70094738+pawandhimancse@users.noreply.github.com> Date: Fri, 28 Aug 2020 22:59:16 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 98d2540..cbecf1b 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" }