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" }