You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/10/24 10:54:35 UTC

[incubator-plc4x] branch master updated: - Changed the id

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f741ab  - Changed the id
3f741ab is described below

commit 3f741abbffb4977a0315ad8703888e248057eff9
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Oct 24 11:54:30 2018 +0100

    - Changed the id
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index cae3e3d..94345f9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -130,7 +130,7 @@ pipeline {
             }
             steps {
                 echo 'Checking Code Quality'
-                withSonarQubeEnv('Apache SonarQube Server') {
+                withSonarQubeEnv('ASF Sonar Analysis') {
                     sh 'mvn -P${JENKINS_PROFILE} sonar:sonar'
                 }
             }