diff --git a/Jenkinsfile b/Jenkinsfile index d6b2f81b50abe53f5d3297b9aa8864695657562c..de14d89e255d4815c557318b9f8a112c1148a3e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,15 +12,7 @@ pipeline { jdk "java-11" } stages { - stage('Compile') { - steps { - milestone 1 - withSonarQubeEnv('SonarQube Production') { - sh "mvn " - } - } - } - stage('Test') { + stage('Compile and Test') { steps { milestone 1 withSonarQubeEnv('SonarQube Production') {