From e9a1ab014e43d465b4d8a6e03e55fb2ec5b68010 Mon Sep 17 00:00:00 2001 From: kondaru5 <159512184+kondaru5@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:54:30 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 98d2540..83d02e2 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" }