diff --git a/Jenkinsfile b/Jenkinsfile index ac5fd63d7..c9caae23b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Build') { steps { - mvn spring-javaformat:apply + sh 'mvn spring-javaformat:apply' sh './mvnw package' } }