From 42c232ca7d87b8df05d59af1107d6a4a8d3824f2 Mon Sep 17 00:00:00 2001 From: Shahrex Date: Fri, 26 Mar 2021 17:44:33 -0700 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" }