This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new c58d402 - Disabled the sonarcloud analysis until I get my hands on
some infra-guys (Were unresponsive for almost a day now)
c58d402 is described below
commit c58d402f1e9423def2cea8808c364b9406ebc616
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Aug 8 16:53:45 2019 +0200
- Disabled the sonarcloud analysis until I get my hands on some infra-guys
(Were unresponsive for almost a day now)
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 89f3a3f..56eb4ec 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -125,10 +125,10 @@ pipeline {
}
steps {
echo 'Checking Code Quality on SonarCloud'
- def sonarcloudParams="-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=apache -Dsonar.projectKey=apache_plc4x
-Dsonar.branch.name=develop"
+ /*def sonarcloudParams="-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=apache -Dsonar.projectKey=apache_plc4x
-Dsonar.branch.name=develop"
withCredentials([string(credentialsId:
'chris-sonarcloud-token', variable: 'SONAR_TOKEN')]) {
sh 'mvn
-P${JENKINS_PROFILE},with-boost,with-java,with-dotnet,with-python,with-proxies
sonar:sonar ${sonarcloudParams}'
- }
+ }*/
}
}