diff --git a/Jenkinsfile b/Jenkinsfile index f54d785291638046c3d455aa091fc74e28cca0b1..b84c8a752bb5e6435ff02bd8150425eab9781a95 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,14 +32,6 @@ pipeline { } } - stage('SonarQube analysis') { - steps { - withSonarQubeEnv('sonarscannerjava') { - sh "./gradlew sonarqube" - } - } - } - stage('Build Docker Image') { steps { sh 'whoami'