You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/10/07 08:47:16 UTC

[jackrabbit-filevault] branch master updated: releng: configure SonarCloud project key

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 42f8aa6  releng: configure SonarCloud project key
42f8aa6 is described below

commit 42f8aa605855637a81bdb80446564cdc0ded9888
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Oct 7 10:47:07 2021 +0200

    releng: configure SonarCloud project key
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 747e1da..f320d2f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,4 +20,4 @@
 // use the shared library from https://github.com/apache/jackrabbit-filevault-jenkins-lib
 library "filevault@master"
 
-fileVaultMavenStdBuild([11, 8, 17], 11, [ "ubuntu", "Windows"], "ubuntu")
\ No newline at end of file
+fileVaultMavenStdBuild([11, 8, 17], 11, [ "ubuntu", "Windows"], "ubuntu", "apache_jackrabbit-filevault")
\ No newline at end of file