You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/12/07 09:22:54 UTC

[royale-compiler] branch develop updated: Sonar: Update project key for compiler

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

piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new 983e627  Sonar: Update project key for compiler
983e627 is described below

commit 983e627439e7b2ae53a185a3d6bf1105b1d18bdd
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Sat Dec 7 10:22:40 2019 +0100

    Sonar: Update project key for compiler
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c526269..5f527ad 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -97,7 +97,7 @@ node('jenkins-win-he-de-1') {
                 // Then run the analysis
                 // 'my-sonarcloud-token' needs to be defined for this job and contains the user token
                 withCredentials([string(credentialsId: 'piotrz-sonarcloud-token', variable: 'SONAR_TOKEN')]) {
-                    sh 'mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache_royale-compiler -Dsonar.branch.name=develop -Dsonar.login=${SONAR_TOKEN}'
+                    sh 'mvn clean verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache_royale-sdk-compiler -Dsonar.branch.name=develop -Dsonar.login=${SONAR_TOKEN}'
                 }
             }
         }