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 1d82eb6 - Continued working on the Jenkinsfile
1d82eb6 is described below
commit 1d82eb609f629d179af5382b6162ad1d045ee082
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Aug 9 12:56:31 2019 +0200
- Continued working on the Jenkinsfile
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b2338ca..0e76443 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -128,7 +128,7 @@ pipeline {
steps {
echo 'Checking Code Quality on SonarCloud'
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 ${SONARCLOUD_PARAMS} -Dsonar.login=${SONAR_TOKEN}'
+ sh 'mvn
-P${JENKINS_PROFILE},with-boost,with-java,with-dotnet,with-python,with-proxies
sonar:sonar ${SONARCLOUD_PARAMS} -Dsonar.login=${SONAR_TOKEN} -Dsonar.password='
}
}
}