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
6a1d40d1
Commit
6a1d40d1
authored
May 13, 2021
by
Eric Bruneton
Browse files
Merge branch 'sonar-token' into 'master'
Commit the change to SonarQube as a specific user See merge request
asm/asm!317
parents
35ef8dec
e17f8fdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6a1d40d1
...
...
@@ -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