summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMartin Hamant <mh@ow2.org>2021-05-13 09:01:01 +0000
committerEric Bruneton <ebruneton@free.fr>2021-05-13 09:01:01 +0000
commite17f8fdd7d6d2107632cdd5e99f59fbff6ec8feb (patch)
tree3ea91a4c6ce857fda56ed9b05abdb33e6f010239 /.gitlab-ci.yml
parent35ef8dec6bd2ca20df9abc8fbeaa74a61dd8ade2 (diff)
downloadow2-asm-e17f8fdd7d6d2107632cdd5e99f59fbff6ec8feb.tar.gz
Commit the change to SonarQube as a specific user
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b22e6c4..e0d65a96 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,4 +18,4 @@ build:
- $GRADLE test jacocoTestCoverageVerification
- if [ $NEXUS_USER_NAME ]; then $GRADLE publish; fi
- if [ !$NEXUS_USER_NAME ]; then $GRADLE publishToMavenLocal; fi
- - '$GRADLE jacocoTestReport sonarqube -Dsonar.host.url=$SONAR'
+ - '$GRADLE jacocoTestReport sonarqube -Dsonar.host.url=$SONAR -Dsonar.login=${SONAR_LOGIN}'