diff --git a/Jenkinsfile b/Jenkinsfile index 033f7c1..dc02830 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,6 @@ pipeline { stage('Build') { steps { checkout scm - sh 'ls' sh './mvnw compile' } }