weizihan0110 commented on a change in pull request #2672:
URL: https://github.com/apache/iotdb/pull/2672#discussion_r575648373



##########
File path: Jenkinsfile
##########
@@ -106,7 +106,7 @@ pipeline {
                     // Then run the analysis
                     // 'my-sonarcloud-token' needs to be defined for this job 
and contains the user token
                     withCredentials([string(credentialsId: 
'xiangdong-iotdb-sonarcloud-token', variable: 'SONAR_TOKEN')]) {
-                        sh "mvn verify sonar:sonar -Dsonar.branch.name=master 
-Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache 
-Dsonar.projectKey=apache_incubator-iotdb -Dsonar.login=${SONAR_TOKEN} 
-DskipTests"
+                        sh "mvn -X verify sonar:sonar 
-Dsonar.branch.name=master -Dsonar.host.url=https://sonarcloud.io 
-Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-iotdb 
-Dsonar.login=${SONAR_TOKEN} -DskipTests"

Review comment:
       > do not add "-X"
   
   Hi, @jixuan1989 . I wanna see what causes the error. Just for the detailed 
debug info. I'll delete it after solving the problem.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to