node { stage('SCM') { checkout scm } stage('SonarQube Analysis') { sh "/opt/sonar-scanner/bin/sonar-scanner" } }