From e598654e1dd30acad154564f94d67d017b7ef9b1 Mon Sep 17 00:00:00 2001 From: RanchoKumar <63461403+RanchoKumar@users.noreply.github.com> Date: Mon, 17 Aug 2020 19:31:30 +0530 Subject: [PATCH] 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" }