diff --git a/Jenkinsfile b/Jenkinsfile index 57c95ac..854d3d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,6 @@ pipeline { stage('Build') { steps { echo 'Building..' - sh 'cd BackEnd' sh 'mvn clean install' } }