pipeline {
  agent any
  stages {
    stage('') {
      steps {
        withSonarQubeEnv 'Sonarqube'
      }
    }

  }
}