We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb370c5 commit b43dd92Copy full SHA for b43dd92
Jenkinsfile.daily
@@ -92,7 +92,7 @@ pipeline {
92
steps {
93
echo 'Checking Code Quality on SonarCloud'
94
withCredentials([string(credentialsId: 'sonarcloud-key-apache-hop', variable: 'SONAR_TOKEN')]) {
95
- sh 'mvn sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache_hop -Dsonar.branch.name=${BRANCH_NAME} -Dsonar.token=${SONAR_TOKEN}'
+ sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache_hop -Dsonar.branch.name=${BRANCH_NAME} -Dsonar.token=${SONAR_TOKEN}'
96
}
97
98
0 commit comments