diff --git a/Jenkinsfile b/Jenkinsfile index 49336a2..b891258 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,16 +43,16 @@ pipeline { environment { SCANNER_HOME = tool 'sonar-scanner' } - #agent { - # docker { - # image "${MAVEN_IMAGE}" - # } - #} + //agent { + // docker { + // image "${MAVEN_IMAGE}" + // } + //} steps { withSonarQubeEnv('cicd') { echo '################# MAVEN ###################' - #sh 'mvn sonar:sonar' + //sh 'mvn sonar:sonar' sh "${SCANNER_HOME}/bin/sonar-scanner" } }