Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tao chen
asm
Commits
e17f8fdd
Commit
e17f8fdd
authored
May 13, 2021
by
Martin Hamant
💬
Committed by
Eric Bruneton
May 13, 2021
Browse files
Commit the change to SonarQube as a specific user
parent
35ef8dec
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e17f8fdd
...
...
@@ -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}
'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment